diff --git a/ext/filter/tests/008.phpt b/ext/filter/tests/008.phpt index 914c4388a2c..5f89910d79f 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 6423ce2b9c3..764f8558351 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--