Searched refs:fci_key_cache (Results 1 – 1 of 1) sorted by relevance
3000 zend_fcall_info_cache *fci_key_cache = NULL, *fci_data_cache; in php_array_intersect() local3061 fci_key_cache = &fci1_cache; in php_array_intersect()3071 fci_key_cache = &fci2_cache; in php_array_intersect()3103 BG(user_compare_fci_cache) = *fci_key_cache; in php_array_intersect()3154 BG(user_compare_fci_cache) = *fci_key_cache; in php_array_intersect()3179 BG(user_compare_fci_cache) = *fci_key_cache; in php_array_intersect()3478 fci_key_cache = &fci1_cache; in php_array_diff()3488 fci_key_cache = &fci2_cache; in php_array_diff()3520 BG(user_compare_fci_cache) = *fci_key_cache; in php_array_diff()3571 BG(user_compare_fci_cache) = *fci_key_cache; in php_array_diff()[all …]
Completed in 19 milliseconds