zval_ptr_dtor(&fname);
if (result == FAILURE) {
- _DO_THROW("Invokation of method __toString() failed");
+ _DO_THROW("Invocation of method __toString() failed");
/* Returns from this function */
}
if (result == FAILURE) {
zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC,
- "Invokation of method %s() failed", fptr->common.function_name);
+ "Invocation of method %s() failed", fptr->common.function_name);
return;
}
if (result == FAILURE) {
zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC,
- "Invokation of method %s::%s() failed", mptr->common.scope->name, mptr->common.function_name);
+ "Invocation of method %s::%s() failed", mptr->common.scope->name, mptr->common.function_name);
return;
}
if (zend_call_function(&fci, &fcc TSRMLS_CC) == FAILURE) {
efree(params);
zval_ptr_dtor(&retval_ptr);
- zend_error(E_WARNING, "Invokation of %s's constructor failed", ce->name);
+ zend_error(E_WARNING, "Invocation of %s's constructor failed", ce->name);
RETURN_NULL();
}
if (retval_ptr) {
zval_ptr_dtor(&fname);
if (result == FAILURE) {
- _DO_THROW("Invokation of method __toString() failed");
+ _DO_THROW("Invocation of method __toString() failed");
/* Returns from this function */
}
if (result == FAILURE) {
zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC,
- "Invokation of method %s() failed", fptr->common.function_name);
+ "Invocation of method %s() failed", fptr->common.function_name);
return;
}
if (result == FAILURE) {
zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC,
- "Invokation of method %s::%s() failed", mptr->common.scope->name, mptr->common.function_name);
+ "Invocation of method %s::%s() failed", mptr->common.scope->name, mptr->common.function_name);
return;
}
if (zend_call_function(&fci, &fcc TSRMLS_CC) == FAILURE) {
efree(params);
zval_ptr_dtor(&retval_ptr);
- zend_error(E_WARNING, "Invokation of %s's constructor failed", ce->name);
+ zend_error(E_WARNING, "Invocation of %s's constructor failed", ce->name);
RETURN_NULL();
}
if (retval_ptr) {