Home
last modified time | relevance | path

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

/PHP-7.2/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()
113 zval *zclosure, *newthis, closure_result; in ZEND_METHOD() local
129 newobj = Z_OBJ_P(newthis); in ZEND_METHOD()
131 if (!zend_valid_closure_binding(closure, newthis, Z_OBJCE_P(newthis))) { in ZEND_METHOD()
149 …sure(&new_closure, fci_cache.function_handler, Z_OBJCE_P(newthis), closure->called_scope, newthis); in ZEND_METHOD()
219 if (newthis) { in ZEND_METHOD()
220 called_scope = Z_OBJCE_P(newthis); in ZEND_METHOD()
581 ZEND_ARG_INFO(0, newthis)
587 ZEND_ARG_INFO(0, newthis)
[all …]

Completed in 1492 milliseconds