Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Darray.c4781 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache; local
4812 …if (zend_parse_parameters(ZEND_NUM_ARGS(), param_spec, &args, &arr_argc, &fci1, &fci1_cache) == FA…
4816 fci_data_cache = &fci1_cache;
4835 fci_data_cache = &fci1_cache;
4843 fci_key_cache = &fci1_cache;
4851 fci_data_cache = &fci1_cache;
5192 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache; local
5227 fci_data_cache = &fci1_cache;
5246 fci_data_cache = &fci1_cache;
5254 fci_key_cache = &fci1_cache;
[all …]

Completed in 18 milliseconds