Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dbasic_functions.h175 zend_fcall_info_cache array_walk_fci_cache; member
H A Darray.c1088 orig_array_walk_fci_cache = BG(array_walk_fci_cache); in php_array_walk()
1096 BG(array_walk_fci_cache) = orig_array_walk_fci_cache; in php_array_walk()
1113 if (zend_call_function(&BG(array_walk_fci), &BG(array_walk_fci_cache) TSRMLS_CC) == SUCCESS) { in php_array_walk()
1150 orig_array_walk_fci_cache = BG(array_walk_fci_cache); in PHP_FUNCTION()
1152 …D_NUM_ARGS() TSRMLS_CC, "Hf|z/", &array, &BG(array_walk_fci), &BG(array_walk_fci_cache), &userdata… in PHP_FUNCTION()
1154 BG(array_walk_fci_cache) = orig_array_walk_fci_cache; in PHP_FUNCTION()
1160 BG(array_walk_fci_cache) = orig_array_walk_fci_cache; in PHP_FUNCTION()
1175 orig_array_walk_fci_cache = BG(array_walk_fci_cache); in PHP_FUNCTION()
1177 …D_NUM_ARGS() TSRMLS_CC, "Hf|z/", &array, &BG(array_walk_fci), &BG(array_walk_fci_cache), &userdata… in PHP_FUNCTION()
1179 BG(array_walk_fci_cache) = orig_array_walk_fci_cache; in PHP_FUNCTION()
[all …]
H A Dbasic_functions.c3721 BG(array_walk_fci_cache) = empty_fcall_info_cache; in PHP_RINIT_FUNCTION()

Completed in 43 milliseconds