Home
last modified time | relevance | path

Searched refs:thash (Results 1 – 1 of 1) sorted by relevance

/PHP-8.3/ext/standard/
H A Darray.c1455 HashTable *thash; in php_array_walk() local
1461 thash = Z_ARRVAL_P(zv); in php_array_walk()
1462 if (GC_IS_RECURSIVE(thash)) { in php_array_walk()
1469 GC_PROTECT_RECURSION(thash); in php_array_walk()
1474 GC_UNPROTECT_RECURSION(thash); in php_array_walk()
3906 HashTable *thash; local
3913 …if ((thash && GC_IS_RECURSIVE(thash)) || (src_entry == dest_entry && Z_ISREF_P(dest_entry) && (Z_R…
3935 if (thash) {
3936 GC_TRY_PROTECT_RECURSION(thash);
3939 if (thash) {
[all …]

Completed in 20 milliseconds