Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Darray.c1064 HashTable *thash; in php_array_walk() local
1069 thash = Z_ARRVAL_PP(args[0]); in php_array_walk()
1070 if (thash->nApplyCount > 1) { in php_array_walk()
1082 thash->nApplyCount++; in php_array_walk()
1084 thash->nApplyCount--; in php_array_walk()
2130 if (thash) { in php_array_merge()
2131 thash->nApplyCount++; in php_array_merge()
2134 if (thash) { in php_array_merge()
2135 thash->nApplyCount--; in php_array_merge()
2139 if (thash) { in php_array_merge()
[all …]

Completed in 13 milliseconds