mirror of
https://github.com/php/php-src.git
synced 2026-04-02 21:52:36 +02:00
Now each HashTable is also zend_array, so it's refcounted and may be a subject for Copy on Write zend_array_dup() was changed to allocate and return HashTable, instead of taking preallocated HashTable as argument.