Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dbasic_functions.h175 zend_fcall_info_cache array_walk_fci_cache; member
H A Darray.c1079 orig_array_walk_fci_cache = BG(array_walk_fci_cache); in php_array_walk()
1087 BG(array_walk_fci_cache) = orig_array_walk_fci_cache; in php_array_walk()
1094 if (zend_call_function(&BG(array_walk_fci), &BG(array_walk_fci_cache) TSRMLS_CC) == SUCCESS) { in php_array_walk()
1131 orig_array_walk_fci_cache = BG(array_walk_fci_cache); in PHP_FUNCTION()
1133 …D_NUM_ARGS() TSRMLS_CC, "Hf|z/", &array, &BG(array_walk_fci), &BG(array_walk_fci_cache), &userdata… in PHP_FUNCTION()
1135 BG(array_walk_fci_cache) = orig_array_walk_fci_cache; in PHP_FUNCTION()
1141 BG(array_walk_fci_cache) = orig_array_walk_fci_cache; in PHP_FUNCTION()
1156 orig_array_walk_fci_cache = BG(array_walk_fci_cache); in PHP_FUNCTION()
1158 …D_NUM_ARGS() TSRMLS_CC, "Hf|z/", &array, &BG(array_walk_fci), &BG(array_walk_fci_cache), &userdata… in PHP_FUNCTION()
1160 BG(array_walk_fci_cache) = orig_array_walk_fci_cache; in PHP_FUNCTION()
[all …]
H A Dbasic_functions.c3753 BG(array_walk_fci_cache) = empty_fcall_info_cache; in PHP_RINIT_FUNCTION()

Completed in 28 milliseconds