tony2001 Mon Jul 16 13:31:34 2007 UTC Modified files: /php-src/ext/sysvshm/tests 001.phpt Log: fix test http://cvs.php.net/viewvc.cgi/php-src/ext/sysvshm/tests/001.phpt?r1=1.1&r2=1.2&diff_format=u Index: php-src/ext/sysvshm/tests/001.phpt diff -u php-src/ext/sysvshm/tests/001.phpt:1.1 php-src/ext/sysvshm/tests/001.phpt:1.2 --- php-src/ext/sysvshm/tests/001.phpt:1.1 Thu Jun 29 08:59:51 2006 +++ php-src/ext/sysvshm/tests/001.phpt Mon Jul 16 13:31:34 2007 @@ -18,13 +18,13 @@ 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php