diff options
author | Felipe Pena <felipe@php.net> | 2011-06-06 22:36:54 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2011-06-06 22:36:54 +0000 |
commit | 8da563ed9adbbaa529574fe1d4709dbe3cf1c108 (patch) | |
tree | e391af2cd3cce9aa32d255e3e2ee95ee63a41cb1 /ext/standard/tests/file/disk_total_space_variation.phpt | |
parent | be3889456be0bc848c53c71521a42ecef8a08478 (diff) | |
download | php-git-8da563ed9adbbaa529574fe1d4709dbe3cf1c108.tar.gz |
- Test fixes
Diffstat (limited to 'ext/standard/tests/file/disk_total_space_variation.phpt')
-rw-r--r-- | ext/standard/tests/file/disk_total_space_variation.phpt | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/ext/standard/tests/file/disk_total_space_variation.phpt b/ext/standard/tests/file/disk_total_space_variation.phpt index c03ba594bd..4cf4110f56 100644 --- a/ext/standard/tests/file/disk_total_space_variation.phpt +++ b/ext/standard/tests/file/disk_total_space_variation.phpt @@ -99,17 +99,25 @@ float(%d) float(%d) -- Iteration 9 -- -float(%d) + +Warning: disk_total_space() expects parameter 1 to be valid path, string given in %s on line %d +NULL -- Iteration 10 -- -float(%d) + +Warning: disk_total_space() expects parameter 1 to be valid path, string given in %s on line %d +NULL -- Iteration 11 -- -float(%d) + +Warning: disk_total_space() expects parameter 1 to be valid path, string given in %s on line %d +NULL -- Iteration 12 -- -float(%d) + +Warning: disk_total_space() expects parameter 1 to be valid path, string given in %s on line %d +NULL *** Testing with Binary Input *** -float(%d) +float(64246190080) --- Done --- |