From 4fcf964c657468d923d50aeec9cbff351247c8a7 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Mon, 4 Dec 2006 21:23:02 +0000 Subject: [PATCH] - MFB: use %s --- ext/filter/tests/008.phpt | 2 +- ext/filter/tests/009.phpt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/filter/tests/008.phpt b/ext/filter/tests/008.phpt index 914c4388a2..5f89910d79 100644 --- a/ext/filter/tests/008.phpt +++ b/ext/filter/tests/008.phpt @@ -48,6 +48,6 @@ array(18) { string(8) "callback" } -Warning: Wrong parameter count for filter_list() in %s008.php on line 4 +Warning: Wrong parameter count for filter_list() in %s on line %d NULL Done diff --git a/ext/filter/tests/009.phpt b/ext/filter/tests/009.phpt index 6423ce2b9c..764f855835 100644 --- a/ext/filter/tests/009.phpt +++ b/ext/filter/tests/009.phpt @@ -21,11 +21,11 @@ int(518) int(257) bool(false) -Warning: filter_id() expects parameter 1 to be string, array given in %s009.php on line %d +Warning: filter_id() expects parameter 1 to be string, array given in %s on line %d NULL bool(false) -Warning: filter_id() expects exactly 1 parameter, 3 given in %s009.php on line %d +Warning: filter_id() expects exactly 1 parameter, 3 given in %s on line %d NULL Done --UEXPECTF-- -- 2.50.1