if (result == FAILURE) {
zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC,
- "Invocation of method %s() failed", fptr->common.function_name);
+ "Invocation of function %s() failed", fptr->common.function_name);
return;
}
if (result == FAILURE) {
zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC,
- "Invokation of method %s() failed", fptr->common.function_name);
+ "Invocation of function %s() failed", fptr->common.function_name);
return;
}
if (result == FAILURE) {
zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC,
- "Invocation of method %s() failed", fptr->common.function_name);
+ "Invocation of function %s() failed", fptr->common.function_name);
return;
}
if (result == FAILURE) {
zend_throw_exception_ex(reflection_exception_ptr, 0 TSRMLS_CC,
- "Invokation of method %s() failed", fptr->common.function_name);
+ "Invocation of function %s() failed", fptr->common.function_name);
return;
}