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.c5146 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache; local
5171 …if (zend_parse_parameters(ZEND_NUM_ARGS(), param_spec, &args, &arr_argc, &fci1, &fci1_cache) == FA…
5175 fci_data_cache = &fci1_cache;
5192 fci_data_cache = &fci1_cache;
5199 fci_key_cache = &fci1_cache;
5206 fci_data_cache = &fci1_cache;
5542 zend_fcall_info_cache fci1_cache = empty_fcall_info_cache, fci2_cache = empty_fcall_info_cache; local
5570 fci_data_cache = &fci1_cache;
5587 fci_data_cache = &fci1_cache;
5594 fci_key_cache = &fci1_cache;
[all …]

Completed in 21 milliseconds