List Question
20 TechQA 2023-08-26T12:11:40.850000in php programming where is the array data and the address being stored?
57 views
Asked by omar mahmoud
Are PHP zvals mutable?
38 views
Asked by tweekz
Is there an opcode in PHP VM that lets you stack allocate?
24 views
Asked by Olle Härstedt
How to create a php extension function with a return type-hint plus annotation
249 views
Asked by Brett McBride
How do I add a new opcode to PHP?
241 views
Asked by Olle Härstedt
PHP5 zval container vs PHP7 zval container. How references & variables are stored now?
265 views
Asked by Fuze
How to call a PHP function from zend_compile.c?
161 views
Asked by Bloops
Why the macro "ZVAL_COPY_VALUE(z,v)" seems to work unexpectedly in PHP Internal?
190 views
Asked by phpmooc
Where is PHP echo implemented in the source?
263 views
Asked by cachius
PHP memory limit -1 unlinimited
401 views
Asked by chaitanya
What was PHP's "o" serialization format for?
2.9k views
Asked by HappyDog
What userland strings get automatically interned by PHP?
318 views
Asked by Smuuf
What are the limits on session names in PHP?
497 views
Asked by Synchro
how to allocate & deallocate memory in php?
328 views
Asked by M.sharf
How can I overwrite an internal Zend function with a PHP extension?
460 views
Asked by fufyayokku
Passing HashTable data from php.ini to an extension method: corrupted values
76 views
Asked by Alexander Mashin
Are `zval *retval` argument and the `zval *` return value of the `zend_call_method` the same?
93 views
Asked by Joyce Babu
Why does php allow invalid return type declerations it knows it can't allow?
638 views
Asked by emptyheap
Where is the source code for strlen() function in PHP?
898 views
Asked by emptyheap
How come usort (php) works even when not returning integers?
1.4k views
Asked by tomtom