From c5a4e11babbbd98a8755395a6fcb00560bb6d129 Mon Sep 17 00:00:00 2001 From: Knut Urdalen Date: Sat, 25 Jun 2011 21:22:42 +0000 Subject: [PATCH] small fix in disk_total_space() tests (PHP_5_3 already includes this) --- ext/standard/tests/file/disk_total_space_variation.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --- -- 2.40.0