Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_API.c2997 zend_class_entry *ce_org = fcc->calling_scope; in zend_is_callable_check_func() local
3011 if (!ce_org) { in zend_is_callable_check_func()
3057 if (ce_org) { in zend_is_callable_check_func()
3058 scope = ce_org; in zend_is_callable_check_func()
3071 if (ce_org && !instanceof_function(ce_org, fcc->calling_scope)) { in zend_is_callable_check_func()
3076 } else if (ce_org) { in zend_is_callable_check_func()
3080 ftable = &ce_org->function_table; in zend_is_callable_check_func()
3081 fcc->calling_scope = ce_org; in zend_is_callable_check_func()
3140 if (fcc->object && fcc->calling_scope == ce_org) { in zend_is_callable_check_func()
3141 if (strict_class && ce_org->__call) { in zend_is_callable_check_func()
[all …]

Completed in 20 milliseconds