summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-07-16 13:31:34 +0000
committerAntony Dovgal <tony2001@php.net>2007-07-16 13:31:34 +0000
commitc875f6493c41436288e32e66abeb1c953bc95b12 (patch)
tree69ae661234d515e1fdd20c8df35816cf44dfb2a1
parent8300bed9f98c1a59aa3fdc7862625fd94ebea151 (diff)
downloadphp-git-c875f6493c41436288e32e66abeb1c953bc95b12.tar.gz
fix test
-rw-r--r--ext/sysvshm/tests/001.phpt6
1 files 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