Lines Matching refs:called_scope

3378 			fcc->called_scope = zend_get_called_scope(frame);  in zend_is_callable_check_class()
3379 if (!fcc->called_scope || !instanceof_function(fcc->called_scope, scope)) { in zend_is_callable_check_class()
3380 fcc->called_scope = scope; in zend_is_callable_check_class()
3394 fcc->called_scope = zend_get_called_scope(frame); in zend_is_callable_check_class()
3395 if (!fcc->called_scope || !instanceof_function(fcc->called_scope, scope->parent)) { in zend_is_callable_check_class()
3396 fcc->called_scope = scope->parent; in zend_is_callable_check_class()
3406 zend_class_entry *called_scope = zend_get_called_scope(frame); in zend_is_callable_check_class() local
3408 if (!called_scope) { in zend_is_callable_check_class()
3411 fcc->called_scope = called_scope; in zend_is_callable_check_class()
3412 fcc->calling_scope = called_scope; in zend_is_callable_check_class()
3429 fcc->called_scope = object->ce; in zend_is_callable_check_class()
3431 fcc->called_scope = ce; in zend_is_callable_check_class()
3434 fcc->called_scope = fcc->object ? fcc->object->ce : ce; in zend_is_callable_check_class()
3535 fcc->called_scope = object->ce; in zend_is_callable_check_func()
3537 fcc->called_scope = fcc->calling_scope; in zend_is_callable_check_func()
3540 fcc->called_scope = fcc->object ? fcc->object->ce : fcc->calling_scope; in zend_is_callable_check_func()
3692 fcc->called_scope = fcc->object->ce; in zend_is_callable_check_func()
3772 fcc->called_scope = NULL; in zend_is_callable_at_frame()
3785 fcc->called_scope = fcc->calling_scope; in zend_is_callable_at_frame()
3833 fcc->called_scope = fcc->calling_scope; in zend_is_callable_at_frame()
3859 fcc->called_scope = fcc->calling_scope; in zend_is_callable_at_frame()