mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
kill warnings
This commit is contained in:
parent
83bd1f4398
commit
af8e15b8db
3 changed files with 5 additions and 5 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue