Search code examples
Object Iteration...


phpoopphp-internals

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


phpcastingphp-7php-internals

Read More
PHP7 hashtable internal structure...


phpcphp-internals

Read More
PHP Sessions not stored...


phpsessionphp-internals

Read More
Understanding zend_execute APIs...


phpphp-internals

Read More
How does Zend recognize a variable by specify the dollar prefix when parse it?...


phpbisonyaccphp-internals

Read More
What do exactly mean by "PHP compilation options"?...


compilationxamppphp-internalsphp

Read More
What are the functions PHP which are said not to be "binary safe"? To which libraries thes...


phpstringphp-internals

Read More
how to check php function source code using eclipse...


phpeclipsephp-internals

Read More
Is the PHP Manual misguiding regarding the output of 'phpinfo()' function?...


phpphp-internals

Read More
Zend: How to correctly destruct a custom object in PHP 7?...


phpcphp-extensionphp-internalsphp-7

Read More
How to get a function args when I hooked it in a php7.0 exetension...


phpphp-internals

Read More
Where's the php-src/PHP-Internals Main Entry Point...


phpphp-internals

Read More
PHP Internals: Difference Between INI Macros...


phpmacrosphp-internals

Read More
I am facing more memory consumption in Php 7 compare to PHP 5.6...


phpphp-internals

Read More
Try to write an internal function in the PHP extension, the results reported memory leak, looking fo...


phpcphp-internals

Read More
Invoking a PHP function after all objects have been destroyed...


phpphp-internalsapcubitweaver

Read More
Is there ever a need to use ampersand in front of an object?...


phpoopobjectreferencephp-internals

Read More
Implicit void return in PHP 7.1?...


phpstandardsphp-internalsphp-7.1

Read More
Using custom PHP module, why isn't $_POST being populated?...


phpmacospostphp-internals

Read More
Does PHP read functions before they are called?...


phpperformancephp-internals

Read More
Writing PHP opcode and have it executed. How to do?...


phpopcodephp-internals

Read More
how to write PHP module in C...


phpcphp-internalsphp-extension

Read More
Micro optimization on array keys...


phparraysphp-internals

Read More
Call object constructor (__construct) from a php extension...


phpc++objectphp-extensionphp-internals

Read More
Expose version of extension in phpinfo() output...


cphp-extensionphp-internalsphp

Read More
How do i return an array from php extension?...


phpcphp-internals

Read More
What is exactly a zend extension?...


phpphp-extensionphp-internals

Read More
Why is order of arguments in PHP's hash_equals() function important?...


phpcsecurityphp-internalstiming-attack

Read More
PHP: Why Does array Syntax on a Zero Length String Cast the String as an Array?...


phptypescastingphp-internals

Read More
BackNext