From: Pierre Joye Date: Mon, 4 Dec 2006 21:23:02 +0000 (+0000) Subject: - MFB: use %s X-Git-Tag: RELEASE_1_0_0RC1~822 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4fcf964c657468d923d50aeec9cbff351247c8a7;p=php - MFB: use %s --- 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--