Lines Matching refs:called_scope
2623 fcc->called_scope = EG(called_scope); in zend_is_callable_check_class()
2637 fcc->called_scope = EG(called_scope); in zend_is_callable_check_class()
2647 if (!EG(called_scope)) { in zend_is_callable_check_class()
2650 fcc->called_scope = EG(called_scope); in zend_is_callable_check_class()
2651 fcc->calling_scope = EG(called_scope); in zend_is_callable_check_class()
2666 fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); in zend_is_callable_check_class()
2668 fcc->called_scope = fcc->object_ptr ? Z_OBJCE_P(fcc->object_ptr) : fcc->calling_scope; in zend_is_callable_check_class()
2932 fcc->called_scope = Z_OBJCE_P(fcc->object_ptr); in zend_is_callable_check_func()
2962 fcc->called_scope = NULL; in zend_is_callable_ex()
2997 fcc->called_scope = fcc->calling_scope; in zend_is_callable_ex()
3074 fcc->called_scope = fcc->calling_scope; in zend_is_callable_ex()
3113 fcc->called_scope = fcc->calling_scope; in zend_is_callable_ex()