diff options
author | Felipe Pena <felipe@php.net> | 2008-03-10 23:14:11 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2008-03-10 23:14:11 +0000 |
commit | 1db52c1c5f0cfe9d7ac8c1bdd4868ce12e3b0b3a (patch) | |
tree | 985dcf220c5c2f3b671299a4b54c4aa65326bcaa /ext/standard/tests/dir | |
parent | 9324869ef5533e619f1f59f642aa54f7a3cb6187 (diff) | |
download | php-git-1db52c1c5f0cfe9d7ac8c1bdd4868ce12e3b0b3a.tar.gz |
Fix tests (new error message for void parameters)
Diffstat (limited to 'ext/standard/tests/dir')
-rw-r--r-- | ext/standard/tests/dir/getcwd_error.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/dir/getcwd_error.phpt b/ext/standard/tests/dir/getcwd_error.phpt index 09ee254819..153f303677 100644 --- a/ext/standard/tests/dir/getcwd_error.phpt +++ b/ext/standard/tests/dir/getcwd_error.phpt @@ -24,6 +24,6 @@ var_dump( getcwd($extra_arg) ); -- Testing getcwd() function with one argument -- -Warning: Wrong parameter count for getcwd() in %s on line %d +Warning: getcwd() expects exactly 0 parameters, 1 given in %s on line %d NULL ===DONE=== |