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.4.0alpha2~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5a4e11babbbd98a8755395a6fcb00560bb6d129;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 ---