Lines Matching refs:called_scope
39 zend_class_entry *called_scope; member
136 …zend_create_closure(&new_closure, &closure->func, Z_OBJCE_P(newthis), closure->called_scope, newth… in ZEND_METHOD()
153 fci_cache.called_scope = newobj->ce; in ZEND_METHOD()
183 zend_class_entry *ce, *called_scope; in ZEND_METHOD() local
217 called_scope = Z_OBJCE_P(newthis); in ZEND_METHOD()
219 called_scope = ce; in ZEND_METHOD()
222 zend_create_closure(return_value, &closure->func, ce, called_scope, newthis); in ZEND_METHOD()
293 zend_create_fake_closure(return_value, mptr, mptr->common.scope, fcc.called_scope, &instance); in zend_create_closure_from_callable()
295 zend_create_fake_closure(return_value, mptr, mptr->common.scope, fcc.called_scope, NULL); in zend_create_closure_from_callable()
475 closure->func.common.scope, closure->called_scope, &closure->this_ptr); in zend_closure_clone()
484 *ce_ptr = closure->called_scope; in zend_closure_get_closure()
652 …*res, zend_function *func, zend_class_entry *scope, zend_class_entry *called_scope, zval *this_ptr… in zend_create_closure() argument
722 closure->called_scope = called_scope; in zend_create_closure()
732 …*res, zend_function *func, zend_class_entry *scope, zend_class_entry *called_scope, zval *this_ptr… in zend_create_fake_closure() argument
736 zend_create_closure(res, func, scope, called_scope, this_ptr); in zend_create_fake_closure()