Home
last modified time | relevance | path

Searched refs:newthis (Results 1 – 1 of 1) sorted by path

/PHP-8.1/Zend/
H A Dzend_closures.c72 if (newthis) { in zend_valid_closure_binding()
84 ZSTR_VAL(Z_OBJCE_P(newthis)->name)); in zend_valid_closure_binding()
120 zval *newthis, closure_result; in ZEND_METHOD() local
132 Z_PARAM_OBJECT(newthis) in ZEND_METHOD()
138 newobj = Z_OBJ_P(newthis); in ZEND_METHOD()
221 if (newthis) { in do_closure_bind()
222 called_scope = Z_OBJCE_P(newthis); in do_closure_bind()
233 zval *zclosure, *newthis; in ZEND_METHOD() local
239 Z_PARAM_OBJECT_OR_NULL(newthis) in ZEND_METHOD()
250 zval *newthis; in ZEND_METHOD() local
[all …]

Completed in 22 milliseconds