From: Antony Dovgal Date: Mon, 16 Jul 2007 13:31:34 +0000 (+0000) Subject: fix test X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~98 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c875f6493c41436288e32e66abeb1c953bc95b12;p=php fix test --- 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