Searched refs:newthis (Results 1 – 1 of 1) sorted by relevance
77 if (newthis) { in zend_valid_closure_binding()125 zval *newthis, closure_result; in ZEND_METHOD() local136 Z_PARAM_OBJECT(newthis) in ZEND_METHOD()142 newobj = Z_OBJ_P(newthis); in ZEND_METHOD()144 if (!zend_valid_closure_binding(closure, newthis, Z_OBJCE_P(newthis))) { in ZEND_METHOD()224 if (newthis) { in do_closure_bind()225 called_scope = Z_OBJCE_P(newthis); in do_closure_bind()236 zval *zclosure, *newthis; in ZEND_METHOD() local242 Z_PARAM_OBJECT_OR_NULL(newthis) in ZEND_METHOD()253 zval *newthis; in ZEND_METHOD() local[all …]
Completed in 5 milliseconds