Home
last modified time | relevance | path

Searched refs:fci1_cache (Results 1 – 1 of 1) sorted by last modified time

/php-src/ext/standard/
H A Darray.c5151 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache; local
5176 …if (zend_parse_parameters(ZEND_NUM_ARGS(), param_spec, &args, &arr_argc, &fci1, &fci1_cache) == FA…
5180 fci_data_cache = &fci1_cache;
5197 fci_data_cache = &fci1_cache;
5204 fci_key_cache = &fci1_cache;
5211 fci_data_cache = &fci1_cache;
5547 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache; local
5575 fci_data_cache = &fci1_cache;
5592 fci_data_cache = &fci1_cache;
5599 fci_key_cache = &fci1_cache;
[all …]

Completed in 24 milliseconds