From: Knut Urdalen Date: Sat, 25 Jun 2011 21:22:42 +0000 (+0000) Subject: small fix in disk_total_space() tests (PHP_5_3 already includes this) X-Git-Tag: php-5.5.0alpha1~1868 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27934faf973f3099690290e6e5fc009f60b63c76;p=php small fix in disk_total_space() tests (PHP_5_3 already includes this) --- diff --git a/ext/standard/tests/file/disk_total_space_variation.phpt b/ext/standard/tests/file/disk_total_space_variation.phpt index 78f1932e3a..ba2ceb2d1b 100644 --- a/ext/standard/tests/file/disk_total_space_variation.phpt +++ b/ext/standard/tests/file/disk_total_space_variation.phpt @@ -118,6 +118,6 @@ NULL Warning: disk_total_space() expects parameter 1 to be a valid path, string given in %s on line %d NULL *** Testing with Binary Input *** -float(64246190080) +float(%d) --- Done ---