newthis 77 Zend/zend_closures.c zval *newthis, *zclosure, *scope_arg = NULL; newthis 81 Zend/zend_closures.c if (zend_parse_method_parameters(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "Oo!|z", &zclosure, zend_ce_closure, &newthis, &scope_arg) == FAILURE) { newthis 87 Zend/zend_closures.c if ((newthis != NULL) && (closure->func.common.fn_flags & ZEND_ACC_STATIC)) { newthis 91 Zend/zend_closures.c if (newthis == NULL && !(closure->func.common.fn_flags & ZEND_ACC_STATIC) newthis 142 Zend/zend_closures.c if (ce && newthis && (closure->func.common.fn_flags & ZEND_ACC_STATIC) == 0 && newthis 143 Zend/zend_closures.c !instanceof_function(Z_OBJCE_P(newthis), closure->func.common.scope TSRMLS_CC)) { newthis 144 Zend/zend_closures.c zend_error(E_WARNING, "Cannot bind internal method %s::%s() to object of class %s", closure->func.common.scope->name, closure->func.common.function_name, Z_OBJCE_P(newthis)->name); newthis 149 Zend/zend_closures.c zend_create_closure(return_value, &closure->func, ce, newthis TSRMLS_CC); newthis 413 Zend/zend_closures.c ZEND_ARG_INFO(0, newthis) newthis 419 Zend/zend_closures.c ZEND_ARG_INFO(0, newthis)