Search code examples
PHP: Copy On Write and Assign By Reference perform different on PHP5 and PHP7...


phpphp-internals

Read More
How does PHP 7 remove the resources from the regular list?...


phpphp-extensionphp-7php-internals

Read More
Why does PHP allow passing a literal to a pass-by-reference parameter in one case but not others?...


phppass-by-referencephp-internals

Read More
Cannot invoke another function within a PHP_FUNCTION() in C...


phpcmultithreadingphp-internals

Read More
Confusion about PHP 7 refcount...


phpphp-internals

Read More
How does PHP parse functions...


phpphp-internals

Read More
Does PHP optimize function arguments of array type, not explicitly passed by reference, when they ar...


phparraysoptimizationphp-internals

Read More
PHP Generators - Garbage Collection...


phpmemorygarbage-collectiongeneratorphp-internals

Read More
How to upgrade PHP function parameters work with new Zend API?...


php-extensionphp-internalsphp-7

Read More
Does PHP interpreter eliminate dead conditionals?...


phpphp-internals

Read More
What is #<some-number> next to object(someClass) in var_dump of an object? I have an inference...


phpphp-internals

Read More
How to typecast values like (int) using zend engine API?...


cphp-internals

Read More
Why doesn't PHP use internal smart string for strings?...


stringphp-internals

Read More
Reading Zend Engine API code: What does ## (double hash) mean?...


cphp-internals

Read More
Create an opaque struct type using the LLVM OCaml API...


ocamlllvmphp-internals

Read More
Make ZVAL persistent across the SAPI?...


php-extensionphp-internals

Read More
How does PHP memory actually work...


phparraysmemory-managementphp-internals

Read More
Get the name of running script from a PHP extension...


phpcphp-extensionphp-internals

Read More
How can PHP's foreach() be successfully nested on a single array?...


php-internals

Read More
Linking a PHP Extension Written in C...


phpautomakephp-extensionphp-internals

Read More
Why can't you inherit from a not-yet-defined class which inherits from a not-yet-defined class?...


phpinheritancephp-internals

Read More
Detecting whether a PHP variable is a reference / referenced...


phpphp-internals

Read More
Why does a PHP array get modified when it's element is reference-assigned?...


phparraysreferencephp-internals

Read More
Does PHP engine optimize anonymous functions within loops?...


phpclosuresanonymous-functionhhvmphp-internals

Read More
Changing php.ini entries using zend API...


cphp-extensionphp-internals

Read More
What's the difference between zend_string_release and zend_string_free?...


cphp-internals

Read More
php 5.6.1 build configuration error....


phpphp-internals

Read More
does zend/php cache hashcodes for functions somewhere in execute data?...


cphp-internals

Read More
Register new T_OPEN_TAG and T_CLOSE_TAG through a C extension?...


phpphp-extensionphp-internals

Read More
PHP use statement for namespace...


phpphp-internals

Read More
BackNext