Home
last modified time | relevance | path

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

/PHP-7.1/Zend/
H A Dzend_interfaces.c62 zend_fcall_info_cache fcic; in zend_call_method() local
65 fcic.initialized = 1; in zend_call_method()
73 if (fcic.function_handler == NULL) { in zend_call_method()
78 *fn_proxy = fcic.function_handler; in zend_call_method()
81 fcic.function_handler = *fn_proxy; in zend_call_method()
84 fcic.calling_scope = obj_ce; in zend_call_method()
86 fcic.called_scope = Z_OBJCE_P(object); in zend_call_method()
93 fcic.called_scope = obj_ce; in zend_call_method()
95 fcic.called_scope = called_scope; in zend_call_method()
98 fcic.object = object ? Z_OBJ_P(object) : NULL; in zend_call_method()
[all …]
/PHP-7.1/ext/spl/
H A Dspl_directory.c2063 zend_fcall_info_cache fcic; in spl_filesystem_file_call() local
2091 fcic.initialized = 1; in spl_filesystem_file_call()
2092 fcic.function_handler = func_ptr; in spl_filesystem_file_call()
2093 fcic.calling_scope = NULL; in spl_filesystem_file_call()
2094 fcic.called_scope = NULL; in spl_filesystem_file_call()
2095 fcic.object = NULL; in spl_filesystem_file_call()
2097 result = zend_call_function(&fci, &fcic); in spl_filesystem_file_call()

Completed in 27 milliseconds