From 3fbb9f50c58f5435288abbaeb8e15126e58d7d29 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Wed, 3 Dec 2008 21:29:19 +0000 Subject: [PATCH] fix test --- ext/posix/tests/posix_getcwd.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/posix/tests/posix_getcwd.phpt b/ext/posix/tests/posix_getcwd.phpt index fc5a6d43e5..478aeccaa4 100644 --- a/ext/posix/tests/posix_getcwd.phpt +++ b/ext/posix/tests/posix_getcwd.phpt @@ -15,5 +15,5 @@ var_dump(posix_getcwd(1)); --EXPECTF-- string(%d) "%s" -Warning: posix_getcwd() expects exactly 0 parameters, 1 given in %s on line %d +Warning: Wrong parameter count for posix_getcwd() in %s on line %d NULL -- 2.50.1