1
0
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:
Xinchen Hui
2014-03-06 19:06:05 +08:00
parent 9eb9ba3aa8
commit 3290476a9f

View File

@@ -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;
}