From: foobar Date: Mon, 9 Apr 2007 20:07:25 +0000 (+0000) Subject: Fix test X-Git-Tag: php-5.2.2RC1~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=191b843a02cc9fc062655ea98053ac2e34d40e51;p=php Fix test --- diff --git a/ext/standard/tests/file/disk.phpt b/ext/standard/tests/file/disk.phpt index 662de8616b..7b3f6c0891 100644 --- a/ext/standard/tests/file/disk.phpt +++ b/ext/standard/tests/file/disk.phpt @@ -24,10 +24,10 @@ var_dump(disk_total_space("/some/path/here")); echo "Done\n"; ?> --EXPECTF-- -Warning: Wrong parameter count for disk_free_space() in %s on line %d +Warning: disk_free_space() expects exactly 1 parameter, 0 given in %s on line %d NULL -Warning: Wrong parameter count for disk_total_space() in %s on line %d +Warning: disk_total_space() expects exactly 1 parameter, 0 given in %s on line %d NULL Warning: disk_free_space(): No such file or directory in %s on line %d