Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Darray.c4727 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache; local
4758 …if (zend_parse_parameters(ZEND_NUM_ARGS(), param_spec, &args, &arr_argc, &fci1, &fci1_cache) == FA…
4762 fci_data_cache = &fci1_cache;
4782 fci_data_cache = &fci1_cache;
4790 fci_key_cache = &fci1_cache;
4798 fci_data_cache = &fci1_cache;
5143 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache; local
5178 fci_data_cache = &fci1_cache;
5197 fci_data_cache = &fci1_cache;
5205 fci_key_cache = &fci1_cache;
[all …]

Completed in 20 milliseconds