Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_closures.c70 if (newthis) { in zend_valid_closure_binding()
82 ZSTR_VAL(Z_OBJCE_P(newthis)->name)); in zend_valid_closure_binding()
123 zval *newthis, closure_result; in ZEND_METHOD() local
139 newobj = Z_OBJ_P(newthis); in ZEND_METHOD()
141 if (!zend_valid_closure_binding(closure, newthis, Z_OBJCE_P(newthis))) { in ZEND_METHOD()
147 …d_create_closure(&new_closure, &closure->func, Z_OBJCE_P(newthis), closure->called_scope, newthis); in ZEND_METHOD()
239 if (newthis) { in ZEND_METHOD()
240 called_scope = Z_OBJCE_P(newthis); in ZEND_METHOD()
622 ZEND_ARG_INFO(0, newthis)
628 ZEND_ARG_INFO(0, newthis)
[all …]

Completed in 6 milliseconds