Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Darray.c2990 zend_fcall_info_cache *fci_key_cache, *fci_data_cache; in php_array_intersect() local
3051 fci_key_cache = &fci1_cache; in php_array_intersect()
3061 fci_key_cache = &fci2_cache; in php_array_intersect()
3093 BG(user_compare_fci_cache) = *fci_key_cache; in php_array_intersect()
3144 BG(user_compare_fci_cache) = *fci_key_cache; in php_array_intersect()
3169 BG(user_compare_fci_cache) = *fci_key_cache; in php_array_intersect()
3468 fci_key_cache = &fci1_cache; in php_array_diff()
3478 fci_key_cache = &fci2_cache; in php_array_diff()
3510 BG(user_compare_fci_cache) = *fci_key_cache; in php_array_diff()
3561 BG(user_compare_fci_cache) = *fci_key_cache; in php_array_diff()
[all …]

Completed in 15 milliseconds