Lines Matching refs:called_scope

3677 			fcc->called_scope = zend_get_called_scope(frame);  in zend_is_callable_check_class()
3678 if (!fcc->called_scope || !instanceof_function(fcc->called_scope, scope)) { in zend_is_callable_check_class()
3679 fcc->called_scope = scope; in zend_is_callable_check_class()
3696 fcc->called_scope = zend_get_called_scope(frame); in zend_is_callable_check_class()
3697 if (!fcc->called_scope || !instanceof_function(fcc->called_scope, scope->parent)) { in zend_is_callable_check_class()
3698 fcc->called_scope = scope->parent; in zend_is_callable_check_class()
3708 zend_class_entry *called_scope = zend_get_called_scope(frame); in zend_is_callable_check_class() local
3710 if (!called_scope) { in zend_is_callable_check_class()
3716 fcc->called_scope = called_scope; in zend_is_callable_check_class()
3717 fcc->calling_scope = called_scope; in zend_is_callable_check_class()
3734 fcc->called_scope = object->ce; in zend_is_callable_check_class()
3736 fcc->called_scope = ce; in zend_is_callable_check_class()
3739 fcc->called_scope = fcc->object ? fcc->object->ce : ce; in zend_is_callable_check_class()
3840 fcc->called_scope = object->ce; in zend_is_callable_check_func()
3842 fcc->called_scope = fcc->calling_scope; in zend_is_callable_check_func()
3845 fcc->called_scope = fcc->object ? fcc->object->ce : fcc->calling_scope; in zend_is_callable_check_func()
4002 fcc->called_scope = fcc->object->ce; in zend_is_callable_check_func()
4082 fcc->called_scope = NULL; in zend_is_callable_at_frame()
4096 fcc->called_scope = fcc->calling_scope; in zend_is_callable_at_frame()
4147 fcc->called_scope = fcc->calling_scope; in zend_is_callable_at_frame()
4158 fcc->called_scope = fcc->calling_scope; in zend_is_callable_at_frame()