Home
last modified time | relevance | path

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

/PHP-5.6/Zend/
H A Dzend_closures.c77 zval *newthis, *zclosure, *scope_arg = NULL; in ZEND_METHOD() local
81 …D_NUM_ARGS() TSRMLS_CC, getThis(), "Oo!|z", &zclosure, zend_ce_closure, &newthis, &scope_arg) == F… in ZEND_METHOD()
87 if ((newthis != NULL) && (closure->func.common.fn_flags & ZEND_ACC_STATIC)) { in ZEND_METHOD()
91 if (newthis == NULL && !(closure->func.common.fn_flags & ZEND_ACC_STATIC) in ZEND_METHOD()
142 if (ce && newthis && (closure->func.common.fn_flags & ZEND_ACC_STATIC) == 0 && in ZEND_METHOD()
143 !instanceof_function(Z_OBJCE_P(newthis), closure->func.common.scope TSRMLS_CC)) { in ZEND_METHOD()
144 …", closure->func.common.scope->name, closure->func.common.function_name, Z_OBJCE_P(newthis)->name); in ZEND_METHOD()
149 zend_create_closure(return_value, &closure->func, ce, newthis TSRMLS_CC); in ZEND_METHOD()
413 ZEND_ARG_INFO(0, newthis)
419 ZEND_ARG_INFO(0, newthis)

Completed in 5 milliseconds