Home
last modified time | relevance | path

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

/PHP-8.3/Zend/
H A Dzend_API.c3685 zend_class_entry *ce_org = fcc->calling_scope; in zend_is_callable_check_func() local
3699 if (!ce_org) { in zend_is_callable_check_func()
3745 if (ce_org) { in zend_is_callable_check_func()
3746 scope = ce_org; in zend_is_callable_check_func()
3776 if (ce_org && !instanceof_function(ce_org, fcc->calling_scope)) { in zend_is_callable_check_func()
3780 if (ce_org && !suppress_deprecation) { in zend_is_callable_check_func()
3783 ZSTR_VAL(ce_org->name), Z_STRVAL_P(callable)); in zend_is_callable_check_func()
3786 } else if (ce_org) { in zend_is_callable_check_func()
3790 ftable = &ce_org->function_table; in zend_is_callable_check_func()
3791 fcc->calling_scope = ce_org; in zend_is_callable_check_func()
[all …]

Completed in 19 milliseconds