Home
last modified time | relevance | path

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

/PHP-8.4/Zend/
H A Dzend_API.c3850 zend_class_entry *ce_org = fcc->calling_scope; in zend_is_callable_check_func() local
3864 if (!ce_org) { in zend_is_callable_check_func()
3910 if (ce_org) { in zend_is_callable_check_func()
3911 scope = ce_org; in zend_is_callable_check_func()
3941 if (ce_org && !instanceof_function(ce_org, fcc->calling_scope)) { in zend_is_callable_check_func()
3945 if (ce_org && !suppress_deprecation) { in zend_is_callable_check_func()
3948 ZSTR_VAL(ce_org->name), Z_STRVAL_P(callable)); in zend_is_callable_check_func()
3951 } else if (ce_org) { in zend_is_callable_check_func()
3955 ftable = &ce_org->function_table; in zend_is_callable_check_func()
3956 fcc->calling_scope = ce_org; in zend_is_callable_check_func()
[all …]

Completed in 30 milliseconds