zend_throw_exception_ex(zend_exception_get_default(),0TSRMLS_CC,"Could not execute %s::%s()",ce->name,ce->constructor->common.function_name);
zend_throw_exception_ex(zend_exception_get_default(TSRMLS_C),0TSRMLS_CC,"Could not execute %s::%s()",ce->name,ce->constructor->common.function_name);
}else{
if(retval_ptr){
zval_ptr_dtor(&retval_ptr);
@ -2068,7 +2068,7 @@ static void php_mysql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, int result_type,
efree(fci.params);
}
}elseif(ctor_params){
zend_throw_exception_ex(zend_exception_get_default(),0TSRMLS_CC,"Class %s does not have a constructor hence you cannot use ctor_params",ce->name);
zend_throw_exception_ex(zend_exception_get_default(TSRMLS_C),0TSRMLS_CC,"Class %s does not have a constructor hence you cannot use ctor_params",ce->name);
zend_throw_exception_ex(zend_exception_get_default(),0TSRMLS_CC,"Could not execute %s::%s()",ce->name,ce->constructor->common.function_name);
zend_throw_exception_ex(zend_exception_get_default(TSRMLS_C),0TSRMLS_CC,"Could not execute %s::%s()",ce->name,ce->constructor->common.function_name);
}else{
if(retval_ptr){
zval_ptr_dtor(&retval_ptr);
@ -902,7 +902,7 @@ void php_mysqli_fetch_into_hash(INTERNAL_FUNCTION_PARAMETERS, int override_flags
efree(fci.params);
}
}elseif(ctor_params){
zend_throw_exception_ex(zend_exception_get_default(),0TSRMLS_CC,"Class %s does not have a constructor hence you cannot use ctor_params",ce->name);
zend_throw_exception_ex(zend_exception_get_default(TSRMLS_C),0TSRMLS_CC,"Class %s does not have a constructor hence you cannot use ctor_params",ce->name);
zend_throw_exception_ex(zend_exception_get_default(),0TSRMLS_CC,"Could not execute %s::%s()",ce->name,ce->constructor->common.function_name);
zend_throw_exception_ex(zend_exception_get_default(TSRMLS_C),0TSRMLS_CC,"Could not execute %s::%s()",ce->name,ce->constructor->common.function_name);
}else{
if(retval_ptr){
zval_ptr_dtor(&retval_ptr);
@ -2132,7 +2132,7 @@ static void php_pgsql_fetch_hash(INTERNAL_FUNCTION_PARAMETERS, long result_type,
efree(fci.params);
}
}elseif(ctor_params){
zend_throw_exception_ex(zend_exception_get_default(),0TSRMLS_CC,"Class %s does not have a constructor hence you cannot use ctor_params",ce->name);
zend_throw_exception_ex(zend_exception_get_default(TSRMLS_C),0TSRMLS_CC,"Class %s does not have a constructor hence you cannot use ctor_params",ce->name);