Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_interfaces.c64 zend_fcall_info_cache fcic; in zend_call_method() local
66 fcic.initialized = 1; in zend_call_method()
76 …if (zend_hash_find(function_table, function_name, function_name_len+1, (void **) &fcic.function_ha… in zend_call_method()
81 *fn_proxy = fcic.function_handler; in zend_call_method()
84 fcic.function_handler = *fn_proxy; in zend_call_method()
86 fcic.calling_scope = obj_ce; in zend_call_method()
88 fcic.called_scope = Z_OBJCE_PP(object_pp); in zend_call_method()
92 fcic.called_scope = obj_ce; in zend_call_method()
94 fcic.called_scope = EG(called_scope); in zend_call_method()
96 fcic.object_ptr = object_pp ? *object_pp : NULL; in zend_call_method()
[all …]
/PHP-5.5/ext/spl/
H A Dspl_directory.c2101 zend_fcall_info_cache fcic; in spl_filesystem_file_call() local
2129 fcic.initialized = 1; in spl_filesystem_file_call()
2130 fcic.function_handler = func_ptr; in spl_filesystem_file_call()
2131 fcic.calling_scope = NULL; in spl_filesystem_file_call()
2132 fcic.called_scope = NULL; in spl_filesystem_file_call()
2133 fcic.object_ptr = NULL; in spl_filesystem_file_call()
2135 result = zend_call_function(&fci, &fcic TSRMLS_CC); in spl_filesystem_file_call()

Completed in 21 milliseconds