Home
last modified time | relevance | path

Searched refs:fci2_cache (Results 1 – 1 of 1) sorted by path

/PHP-5.4/ext/standard/
H A Darray.c2998 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache; in php_array_intersect() local
3071 fci_key_cache = &fci2_cache; in php_array_intersect()
3082 …GS() TSRMLS_CC, param_spec, &args, &arr_argc, &fci1, &fci1_cache, &fci2, &fci2_cache) == FAILURE) { 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() local
3488 fci_key_cache = &fci2_cache; in php_array_diff()
3499 …GS() TSRMLS_CC, param_spec, &args, &arr_argc, &fci1, &fci1_cache, &fci2, &fci2_cache) == FAILURE) { in php_array_diff()

Completed in 14 milliseconds