Lines Matching refs:called_scope
2927 fcc->called_scope = zend_get_called_scope(EG(current_execute_data)); in zend_is_callable_check_class()
2940 fcc->called_scope = zend_get_called_scope(EG(current_execute_data)); in zend_is_callable_check_class()
2949 zend_class_entry *called_scope = zend_get_called_scope(EG(current_execute_data)); in zend_is_callable_check_class() local
2951 if (!called_scope) { in zend_is_callable_check_class()
2954 fcc->called_scope = called_scope; in zend_is_callable_check_class()
2955 fcc->calling_scope = called_scope; in zend_is_callable_check_class()
2978 fcc->called_scope = object->ce; in zend_is_callable_check_class()
2980 fcc->called_scope = ce; in zend_is_callable_check_class()
2983 fcc->called_scope = fcc->object ? fcc->object->ce : ce; in zend_is_callable_check_class()
3258 fcc->called_scope = fcc->object->ce; in zend_is_callable_check_func()
3353 fcc->called_scope = NULL; in zend_is_callable_impl()
3366 fcc->called_scope = fcc->calling_scope; in zend_is_callable_impl()
3422 fcc->called_scope = fcc->calling_scope; in zend_is_callable_impl()
3448 fcc->called_scope = fcc->calling_scope; in zend_is_callable_impl()