Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Darray.c1414 HashTable *thash; in php_array_walk() local
1422 thash = Z_ARRVAL_P(zv); in php_array_walk()
1423 if (GC_IS_RECURSIVE(thash)) { in php_array_walk()
1434 GC_PROTECT_RECURSION(thash); in php_array_walk()
1439 GC_UNPROTECT_RECURSION(thash); in php_array_walk()
3608 HashTable *thash; local
3615 …if ((thash && GC_IS_RECURSIVE(thash)) || (src_entry == dest_entry && Z_ISREF_P(dest_entry) && (Z_R…
3637 if (thash && !(GC_FLAGS(thash) & GC_IMMUTABLE)) {
3638 GC_PROTECT_RECURSION(thash);
3641 if (thash && !(GC_FLAGS(thash) & GC_IMMUTABLE)) {
[all …]

Completed in 21 milliseconds