Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Darray.c1063 HashTable *thash; in php_array_walk() local
1068 thash = Z_ARRVAL_PP(args[0]); in php_array_walk()
1069 if (thash->nApplyCount > 1) { in php_array_walk()
1081 thash->nApplyCount++; in php_array_walk()
1083 thash->nApplyCount--; in php_array_walk()
2250 if (thash) { in php_array_merge()
2251 thash->nApplyCount++; in php_array_merge()
2254 if (thash) { in php_array_merge()
2255 thash->nApplyCount--; in php_array_merge()
2259 if (thash) { in php_array_merge()
[all …]

Completed in 14 milliseconds