Lines Matching refs:fci_cache
1450 zend_fcall_info_cache fci_cache; member
1552 result = zend_call_function(&fci, &context->fci_cache); in php_array_walk()
1599 Z_PARAM_FUNC(context.fci, context.fci_cache) in PHP_FUNCTION()
1618 Z_PARAM_FUNC(context.fci, context.fci_cache) in PHP_FUNCTION()
6448 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; local
6454 Z_PARAM_FUNC(fci, fci_cache)
6483 if (zend_call_function(&fci, &fci_cache) == SUCCESS && Z_TYPE(retval) != IS_UNDEF) {
6511 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; local
6517 Z_PARAM_FUNC_OR_NULL(fci, fci_cache)
6554 if (zend_call_function(&fci, &fci_cache) == SUCCESS) {
6588 …find(const HashTable *array, zend_fcall_info fci, zend_fcall_info_cache fci_cache, zval *result_ke… argument
6624 zend_result result = zend_call_function(&fci, &fci_cache);
6667 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; local
6671 Z_PARAM_FUNC(fci, fci_cache)
6674 if (php_array_find(Z_ARR_P(array), fci, fci_cache, NULL, return_value, false) != SUCCESS) {
6689 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; local
6693 Z_PARAM_FUNC(fci, fci_cache)
6696 if (php_array_find(Z_ARR_P(array), fci, fci_cache, return_value, NULL, false) != SUCCESS) {
6711 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; local
6715 Z_PARAM_FUNC(fci, fci_cache)
6718 if (php_array_find(Z_ARR_P(array), fci, fci_cache, return_value, NULL, false) != SUCCESS) {
6731 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; local
6735 Z_PARAM_FUNC(fci, fci_cache)
6738 if (php_array_find(Z_ARR_P(array), fci, fci_cache, return_value, NULL, true) != SUCCESS) {
6753 zend_fcall_info_cache fci_cache = empty_fcall_info_cache; local
6758 Z_PARAM_FUNC_OR_NULL(fci, fci_cache)
6789 ret = zend_call_function(&fci, &fci_cache);
6901 if (zend_call_function(&fci, &fci_cache) != SUCCESS || Z_TYPE(result) == IS_UNDEF) {