Home
last modified time | relevance | path

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

/PHP-7.2/Zend/
H A Dzend_interfaces.c63 zend_fcall_info_cache fcic; in zend_call_method() local
66 fcic.initialized = 1; in zend_call_method()
74 if (fcic.function_handler == NULL) { in zend_call_method()
79 *fn_proxy = fcic.function_handler; in zend_call_method()
82 fcic.function_handler = *fn_proxy; in zend_call_method()
85 fcic.calling_scope = obj_ce; in zend_call_method()
87 fcic.called_scope = Z_OBJCE_P(object); in zend_call_method()
94 fcic.called_scope = obj_ce; in zend_call_method()
96 fcic.called_scope = called_scope; in zend_call_method()
99 fcic.object = object ? Z_OBJ_P(object) : NULL; in zend_call_method()
[all …]
/PHP-7.2/ext/spl/
H A Dphp_spl.c407 zend_fcall_info_cache fcic; in PHP_FUNCTION() local
421 fcic.initialized = 1; in PHP_FUNCTION()
433 fcic.function_handler = func; in PHP_FUNCTION()
436 fcic.object = NULL; in PHP_FUNCTION()
437 fcic.calling_scope = alfi->ce; in PHP_FUNCTION()
441 fcic.called_scope = alfi->ce; in PHP_FUNCTION()
443 fcic.called_scope = called_scope; in PHP_FUNCTION()
447 fcic.object = Z_OBJ(alfi->obj); in PHP_FUNCTION()
448 fcic.called_scope = Z_OBJCE(alfi->obj); in PHP_FUNCTION()
451 zend_call_function(&fci, &fcic); in PHP_FUNCTION()
H A Dspl_directory.c2086 zend_fcall_info_cache fcic; in spl_filesystem_file_call() local
2114 fcic.initialized = 1; in spl_filesystem_file_call()
2115 fcic.function_handler = func_ptr; in spl_filesystem_file_call()
2116 fcic.calling_scope = NULL; in spl_filesystem_file_call()
2117 fcic.called_scope = NULL; in spl_filesystem_file_call()
2118 fcic.object = NULL; in spl_filesystem_file_call()
2120 result = zend_call_function(&fci, &fcic); in spl_filesystem_file_call()

Completed in 21 milliseconds