char *message;
int is_function = 0;
- if(!ZEND_CAN_REPORT(type)) {
- return;
- }
-
/* get error text into buffer and escape for html if necessary */
buffer_len = vspprintf(&buffer, 0, format, args);
if (PG(html_errors)) {
char *params;
va_list args;
- if(!ZEND_CAN_REPORT(type)) {
- return;
- }
spprintf(¶ms, 0, "%s,%s", param1, param2);
va_start(args, format);
php_verror(docref, params ? params : "...", type, format, args TSRMLS_CC);