From c875f6493c41436288e32e66abeb1c953bc95b12 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 16 Jul 2007 13:31:34 +0000 Subject: [PATCH] fix test --- ext/sysvshm/tests/001.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ext/sysvshm/tests/001.phpt b/ext/sysvshm/tests/001.phpt index 5228265d22..ba45286af2 100644 --- a/ext/sysvshm/tests/001.phpt +++ b/ext/sysvshm/tests/001.phpt @@ -18,13 +18,13 @@ var_dump(ftok(__FILE__,"q")); echo "Done\n"; ?> --EXPECTF-- -Warning: Wrong parameter count for ftok() in %s on line %d +Warning: ftok() expects exactly 2 parameters, 0 given in %s on line %d NULL -Warning: Wrong parameter count for ftok() in %s on line %d +Warning: ftok() expects exactly 2 parameters, 1 given in %s on line %d NULL -Warning: Wrong parameter count for ftok() in %s on line %d +Warning: ftok() expects exactly 2 parameters, 3 given in %s on line %d NULL Warning: ftok(): Pathname is invalid in %s on line %d -- 2.50.1