summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/disk_free_space_variation.phpt
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2011-06-06 22:36:54 +0000
committerFelipe Pena <felipe@php.net>2011-06-06 22:36:54 +0000
commit8da563ed9adbbaa529574fe1d4709dbe3cf1c108 (patch)
treee391af2cd3cce9aa32d255e3e2ee95ee63a41cb1 /ext/standard/tests/file/disk_free_space_variation.phpt
parentbe3889456be0bc848c53c71521a42ecef8a08478 (diff)
downloadphp-git-8da563ed9adbbaa529574fe1d4709dbe3cf1c108.tar.gz
- Test fixes
Diffstat (limited to 'ext/standard/tests/file/disk_free_space_variation.phpt')
-rw-r--r--ext/standard/tests/file/disk_free_space_variation.phpt32
1 files changed, 24 insertions, 8 deletions
diff --git a/ext/standard/tests/file/disk_free_space_variation.phpt b/ext/standard/tests/file/disk_free_space_variation.phpt
index c1809986fd..debc84b14e 100644
--- a/ext/standard/tests/file/disk_free_space_variation.phpt
+++ b/ext/standard/tests/file/disk_free_space_variation.phpt
@@ -105,19 +105,35 @@ float(%d)
float(%d)
-- Iteration 9 --
-float(%d)
-float(%d)
+
+Warning: disk_free_space() expects parameter 1 to be valid path, string given in %s on line %d
+NULL
+
+Warning: diskfreespace() expects parameter 1 to be valid path, string given in %s on line %d
+NULL
-- Iteration 10 --
-float(%d)
-float(%d)
+
+Warning: disk_free_space() expects parameter 1 to be valid path, string given in %s on line %d
+NULL
+
+Warning: diskfreespace() expects parameter 1 to be valid path, string given in %s on line %d
+NULL
-- Iteration 11 --
-float(%d)
-float(%d)
+
+Warning: disk_free_space() expects parameter 1 to be valid path, string given in %s on line %d
+NULL
+
+Warning: diskfreespace() expects parameter 1 to be valid path, string given in %s on line %d
+NULL
-- Iteration 12 --
-float(%d)
-float(%d)
+
+Warning: disk_free_space() expects parameter 1 to be valid path, string given in %s on line %d
+NULL
+
+Warning: diskfreespace() expects parameter 1 to be valid path, string given in %s on line %d
+NULL
--- Done ---