Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Darray.c3045 zend_fcall_info_cache *fci_key_cache = NULL, *fci_data_cache; in php_array_intersect() local
3106 fci_key_cache = &fci1_cache; in php_array_intersect()
3116 fci_key_cache = &fci2_cache; in php_array_intersect()
3148 BG(user_compare_fci_cache) = *fci_key_cache; in php_array_intersect()
3199 BG(user_compare_fci_cache) = *fci_key_cache; in php_array_intersect()
3224 BG(user_compare_fci_cache) = *fci_key_cache; in php_array_intersect()
3523 fci_key_cache = &fci1_cache; in php_array_diff()
3533 fci_key_cache = &fci2_cache; in php_array_diff()
3565 BG(user_compare_fci_cache) = *fci_key_cache; in php_array_diff()
3616 BG(user_compare_fci_cache) = *fci_key_cache; in php_array_diff()
[all …]

Completed in 15 milliseconds