kill warnings

This commit is contained in:
Sascha Schumann 2003-08-28 17:07:40 +00:00
parent 83bd1f4398
commit af8e15b8db
3 changed files with 5 additions and 5 deletions

View file

@ -519,7 +519,7 @@ PHPAPI void php_verror(const char *docref, const char *params, int type, const c
docref = get_active_function_name(TSRMLS_C);
if (!docref)
docref = "Unknown";
php_error(type, "%s(%s): %s", class_name, space, docref, params, buffer);
php_error(type, "%s%s%s(%s): %s ", class_name, space, docref, params, buffer);
}
if (PG(track_errors) && EG(active_symbol_table)) {