Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_API.c2745 zend_class_entry *ce_org = fcc->calling_scope; in zend_is_callable_check_func() local
2761 if (!ce_org) { in zend_is_callable_check_func()
2796 if (ce_org) { in zend_is_callable_check_func()
2797 EG(scope) = ce_org; in zend_is_callable_check_func()
2807 if (ce_org && !instanceof_function(ce_org, fcc->calling_scope TSRMLS_CC)) { in zend_is_callable_check_func()
2812 } else if (ce_org) { in zend_is_callable_check_func()
2816 ftable = &ce_org->function_table; in zend_is_callable_check_func()
2817 fcc->calling_scope = ce_org; in zend_is_callable_check_func()
2868 if (fcc->object_ptr && fcc->calling_scope == ce_org) { in zend_is_callable_check_func()
2869 if (strict_class && ce_org->__call) { in zend_is_callable_check_func()
[all …]

Completed in 33 milliseconds