Lines Matching refs:called_scope

3770 			fcc->called_scope = zend_get_called_scope(frame);  in zend_is_callable_check_class()
3771 if (!fcc->called_scope || !instanceof_function(fcc->called_scope, scope)) { in zend_is_callable_check_class()
3772 fcc->called_scope = scope; in zend_is_callable_check_class()
3789 fcc->called_scope = zend_get_called_scope(frame); in zend_is_callable_check_class()
3790 if (!fcc->called_scope || !instanceof_function(fcc->called_scope, scope->parent)) { in zend_is_callable_check_class()
3791 fcc->called_scope = scope->parent; in zend_is_callable_check_class()
3801 zend_class_entry *called_scope = zend_get_called_scope(frame); in zend_is_callable_check_class() local
3803 if (!called_scope) { in zend_is_callable_check_class()
3809 fcc->called_scope = called_scope; in zend_is_callable_check_class()
3810 fcc->calling_scope = called_scope; in zend_is_callable_check_class()
3827 fcc->called_scope = object->ce; in zend_is_callable_check_class()
3829 fcc->called_scope = ce; in zend_is_callable_check_class()
3832 fcc->called_scope = fcc->object ? fcc->object->ce : ce; in zend_is_callable_check_class()
3933 fcc->called_scope = object->ce; in zend_is_callable_check_func()
3935 fcc->called_scope = fcc->calling_scope; in zend_is_callable_check_func()
3938 fcc->called_scope = fcc->object ? fcc->object->ce : fcc->calling_scope; in zend_is_callable_check_func()
4095 fcc->called_scope = fcc->object->ce; in zend_is_callable_check_func()
4175 fcc->called_scope = NULL; in zend_is_callable_at_frame()
4189 fcc->called_scope = fcc->calling_scope; in zend_is_callable_at_frame()
4240 fcc->called_scope = fcc->calling_scope; in zend_is_callable_at_frame()
4251 fcc->called_scope = fcc->calling_scope; in zend_is_callable_at_frame()