Search code examples
Why don't PHP attributes allow functions?...


phplanguage-designphp-internals

Read More
How does PHP 'foreach' actually work?...


phploopsforeachiterationphp-internals

Read More
What's the difference between "extension" and "zend_extension" in php.ini?...


phpxdebugpeclphp-internals

Read More
What's the behavior of count when array has more than 2147483647 elements?...


phparraysphp-internals

Read More
Why the macro "ZVAL_COPY_VALUE(z,v)" seems to work unexpectedly in PHP Internal?...


hashtablephp-internals

Read More
What does "zend_mm_heap corrupted" mean...


phpfedoraheap-corruptionphp-internals

Read More
Make getimagesize() referenced cached values...


phpzen-cartphp-internalsgetimagesize

Read More
PHP Internals: How does TSRMLS_FETCH Work?...


phpcmacrosphp-internals

Read More
Where is PHP echo implemented in the source?...


phpechoimplementationphp-internalslanguage-construct

Read More
In which order are objects destructed in PHP?...


phpphp-internals

Read More
Do unused use statements decrease performance?...


phpperformancephp-internals

Read More
What was PHP's "o" serialization format for?...


phpphp-internalslanguage-history

Read More
Compare PHP Arrays Using Memory References...


phparraysphp-internals

Read More
What is the actual memory cost of storing an integer?...


phpphp-internals

Read More
Passing HashTable data from php.ini to an extension method: corrupted values...


phpchashtablephp-7php-internals

Read More
What is the difference between while(true) and for(;;) in PHP?...


phpfor-loopwhile-loopinfinite-loopphp-internals

Read More
What is the reasoning behind the refusal of PHP to accept the return types in this simple situation?...


phpoopinterfacereturn-typephp-internals

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


phpstrlenphp-internals

Read More
Why is file_get_contents faster than memcache_get?...


phpfile-iomemcachedphp-internals

Read More
PHP String Length Without strlen()...


phpcoding-stylestrlenphp-internals

Read More
PHP string length...


phpstringstandardsphp-internals

Read More
Duplicate array keys (Notice: member variable "a" returned from __sleep() multiple times)...


phparraysassociative-arrayphp-internals

Read More
Does mysqli_close() do anything other than just destroying the object?...


phpmysqliphp-internals

Read More
__memcpy_sse2_unaligned - what does this mean in detail?...


cocamlmemory-alignmentphp-internals

Read More
What is causing this strange memory corruption in my test PHP extension?...


phpcphp-internals

Read More
Why increasing refcount of zval not working?...


phpphp-internals

Read More
Why is in_array strict mode on integers slower than non-strict mode?...


phpphp-internals

Read More
How do I compile a PHP extension with Microsoft Visual C++ 2008?...


phpc++dllphp-extensionphp-internals

Read More
Object Iteration...


phpoopphp-internals

Read More
Which is faster between (string)$value and "$value" when casting to a string...


phpcastingphp-7php-internals

Read More
BackNext