]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Mon, 16 Jul 2007 13:31:34 +0000 (13:31 +0000)
committerAntony Dovgal <tony2001@php.net>
Mon, 16 Jul 2007 13:31:34 +0000 (13:31 +0000)
ext/sysvshm/tests/001.phpt

index 5228265d223f06601d0a59870bac298ab9464ef5..ba45286af26cddc4f4399ecde053537a3a1efb32 100644 (file)
@@ -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