Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_interfaces.c67 zend_fcall_info_cache fcic; in zend_call_method() local
69 fcic.initialized = 1; in zend_call_method()
79 …if ((fcic.function_handler = zend_hash_find_ptr(function_table, Z_STR(fci.function_name))) == NULL… in zend_call_method()
84 *fn_proxy = fcic.function_handler; in zend_call_method()
87 fcic.function_handler = *fn_proxy; in zend_call_method()
89 fcic.calling_scope = obj_ce; in zend_call_method()
91 fcic.called_scope = Z_OBJCE_P(object); in zend_call_method()
98 fcic.called_scope = obj_ce; in zend_call_method()
100 fcic.called_scope = called_scope; in zend_call_method()
103 fcic.object = object ? Z_OBJ_P(object) : NULL; in zend_call_method()
[all …]
/PHP-7.0/ext/spl/
H A Dspl_directory.c2057 zend_fcall_info_cache fcic; in spl_filesystem_file_call() local
2087 fcic.initialized = 1; in spl_filesystem_file_call()
2088 fcic.function_handler = func_ptr; in spl_filesystem_file_call()
2089 fcic.calling_scope = NULL; in spl_filesystem_file_call()
2090 fcic.called_scope = NULL; in spl_filesystem_file_call()
2091 fcic.object = NULL; in spl_filesystem_file_call()
2093 result = zend_call_function(&fci, &fcic); in spl_filesystem_file_call()

Completed in 18 milliseconds