Searched refs:ce_org (Results 1 – 1 of 1) sorted by relevance
3459 zend_class_entry *ce_org = fcc->calling_scope; in zend_is_callable_check_func() local3473 if (!ce_org) { in zend_is_callable_check_func()3519 if (ce_org) { in zend_is_callable_check_func()3520 scope = ce_org; in zend_is_callable_check_func()3550 if (ce_org && !instanceof_function(ce_org, fcc->calling_scope)) { in zend_is_callable_check_func()3555 } else if (ce_org) { in zend_is_callable_check_func()3559 ftable = &ce_org->function_table; in zend_is_callable_check_func()3560 fcc->calling_scope = ce_org; in zend_is_callable_check_func()3613 if (fcc->object && fcc->calling_scope == ce_org) { in zend_is_callable_check_func()3614 if (strict_class && ce_org->__call) { in zend_is_callable_check_func()[all …]
Completed in 22 milliseconds