Searched refs:fci1_cache (Results 1 – 1 of 1) sorted by relevance
2998 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache; in php_array_intersect() local3029 …rameters(ZEND_NUM_ARGS() TSRMLS_CC, param_spec, &args, &arr_argc, &fci1, &fci1_cache) == FAILURE) { in php_array_intersect()3033 fci_data_cache = &fci1_cache; in php_array_intersect()3053 fci_data_cache = &fci1_cache; in php_array_intersect()3061 fci_key_cache = &fci1_cache; in php_array_intersect()3069 fci_data_cache = &fci1_cache; in php_array_intersect()3416 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache; in php_array_diff() local3451 fci_data_cache = &fci1_cache; in php_array_diff()3470 fci_data_cache = &fci1_cache; in php_array_diff()3478 fci_key_cache = &fci1_cache; in php_array_diff()[all …]
Completed in 13 milliseconds