Commit:    9a690859f6491dd5c14dfd6c907a5563c8aedd17
Author:    Xinchen Hui <larue...@php.net>         Thu, 2 Aug 2012 19:14:06 +0800
Parents:   cd896d69d90c70fd13efec315fd8b1f6647497b9
Branches:  PHP-5.3

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=9a690859f6491dd5c14dfd6c907a5563c8aedd17

Log:
fix test due to float value

Changed paths:
  M  ext/standard/tests/file/realpath_cache.phpt


Diff:
diff --git a/ext/standard/tests/file/realpath_cache.phpt 
b/ext/standard/tests/file/realpath_cache.phpt
index 92d6fc5..0eb9dc5 100644
--- a/ext/standard/tests/file/realpath_cache.phpt
+++ b/ext/standard/tests/file/realpath_cache.phpt
@@ -19,7 +19,7 @@ echo "Done\n";
 int(%d)
 array(4) {
   ["key"]=>
-  %s(%d)
+  %s(%f)
   ["is_dir"]=>
   bool(true)
   ["realpath"]=>


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to