Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Darray.c5152 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache; local
5177 …if (zend_parse_parameters(ZEND_NUM_ARGS(), param_spec, &args, &arr_argc, &fci1, &fci1_cache) == FA…
5181 fci_data_cache = &fci1_cache;
5198 fci_data_cache = &fci1_cache;
5205 fci_key_cache = &fci1_cache;
5212 fci_data_cache = &fci1_cache;
5548 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache; local
5576 fci_data_cache = &fci1_cache;
5593 fci_data_cache = &fci1_cache;
5600 fci_key_cache = &fci1_cache;
[all …]

Completed in 17 milliseconds