Searched refs:newthis (Results 1 – 1 of 1) sorted by relevance
/PHP-7.0/Zend/ |
H A D | zend_closures.c | 80 if (newthis) { in zend_valid_closure_binding() 92 ZSTR_VAL(Z_OBJCE_P(newthis)->name)); in zend_valid_closure_binding() 121 zval *zclosure, *newthis, closure_result; in ZEND_METHOD() local 137 newobj = Z_OBJ_P(newthis); in ZEND_METHOD() 139 if (!zend_valid_closure_binding(closure, newthis, Z_OBJCE_P(newthis))) { in ZEND_METHOD() 157 …sure(&new_closure, fci_cache.function_handler, Z_OBJCE_P(newthis), closure->called_scope, newthis); in ZEND_METHOD() 224 if (newthis) { in ZEND_METHOD() 225 called_scope = Z_OBJCE_P(newthis); in ZEND_METHOD() 496 ZEND_ARG_INFO(0, newthis) 502 ZEND_ARG_INFO(0, newthis) [all …]
|
Completed in 5 milliseconds