Browse Source

- MFB: use %s

migration/RELEASE_1_0_0
Pierre Joye 20 years ago
parent
commit
4fcf964c65
  1. 2
      ext/filter/tests/008.phpt
  2. 4
      ext/filter/tests/009.phpt

2
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

4
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--

Loading…
Cancel
Save