Searched refs:calling_scope (Results 1 – 4 of 4) sorted by relevance
2928 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 …]
54 zend_class_entry *calling_scope; member
517 alfi.ce = fcc.calling_scope; in PHP_FUNCTION()568 alfi.ce = fcc.calling_scope; in PHP_FUNCTION()
4975 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 53 milliseconds