Skip to main content

All Questions

Tagged with
4 votes
1 answer
930 views

Where is the source code for strlen() function in PHP?

I was looking through php-src/Zend/zend_API.c and couldn't find the source code for the strlen() function in PHP anywhere. Grepping through the code base didn't really help as it's littered with libc ...
emptyheap's user avatar
3 votes
3 answers
2k views

PHP String Length Without strlen()

Just browsing over the latest release of the PHP coding standards, and something caught my eye: http://svn.php.net/viewvc/php/php-src/trunk/CODING_STANDARDS?revision=296679&view=markup Coding ...
Unpossible's user avatar
  • 10.7k