mirror of
https://github.com/php/php-src.git
synced 2026-04-07 16:13:32 +02:00
Fixed wrong merges
This commit is contained in:
@@ -543,9 +543,6 @@ php_formatted_print(int param_count, int use_array, int format_offset TSRMLS_DC)
|
||||
efree(newargs);
|
||||
}
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Too few arguments");
|
||||
if (newargs) {
|
||||
efree(newargs);
|
||||
}
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user