Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_API.c3764 zend_class_entry *ce_org = fcc->calling_scope; in zend_is_callable_check_func() local
3778 if (!ce_org) { in zend_is_callable_check_func()
3824 if (ce_org) { in zend_is_callable_check_func()
3825 scope = ce_org; in zend_is_callable_check_func()
3855 if (ce_org && !instanceof_function(ce_org, fcc->calling_scope)) { in zend_is_callable_check_func()
3859 if (ce_org && !suppress_deprecation) { in zend_is_callable_check_func()
3862 ZSTR_VAL(ce_org->name), Z_STRVAL_P(callable)); in zend_is_callable_check_func()
3865 } else if (ce_org) { in zend_is_callable_check_func()
3869 ftable = &ce_org->function_table; in zend_is_callable_check_func()
3870 fcc->calling_scope = ce_org; in zend_is_callable_check_func()
[all …]

Completed in 18 milliseconds