Home
last modified time | relevance | path

Searched refs:calling_scope (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_API.c2928 fcc->calling_scope = scope; in zend_is_callable_check_class()
2970 fcc->calling_scope = ce; in zend_is_callable_check_class()
3009 fcc->calling_scope = NULL; in zend_is_callable_check_func()
3081 fcc->calling_scope = ce_org; in zend_is_callable_check_func()
3092 fcc->calling_scope && in zend_is_callable_check_func()
3119 (fcc->calling_scope && in zend_is_callable_check_func()
3164 } else if (fcc->calling_scope) { in zend_is_callable_check_func()
3166 fcc->function_handler = fcc->calling_scope->get_static_method(fcc->calling_scope, mname); in zend_is_callable_check_func()
3248 if (fcc->calling_scope) { in zend_is_callable_check_func()
3310 zend_class_entry *calling_scope; in zend_get_callable_name_ex() local
[all …]
H A Dzend_API.h54 zend_class_entry *calling_scope; member
/PHP-7.3/ext/spl/
H A Dphp_spl.c517 alfi.ce = fcc.calling_scope; in PHP_FUNCTION()
568 alfi.ce = fcc.calling_scope; in PHP_FUNCTION()
/PHP-7.3/ext/standard/
H A Dbasic_functions.c4975 if (called_scope && fci_cache.calling_scope &&
4976 instanceof_function(called_scope, fci_cache.calling_scope)) {
5007 if (called_scope && fci_cache.calling_scope &&
5008 instanceof_function(called_scope, fci_cache.calling_scope)) {

Completed in 46 milliseconds