php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #52078
Patch fileinode.patch revision 2010-06-13 21:30 UTC by glen at delfi dot ee

Patch fileinode.patch for Filesystem function related Bug #52078

Patch version 2010-06-13 21:30 UTC

Return to Bug #52078 | Download this patch
Patch Revisions:

Developer: glen@delfi.ee

--- php-5.2.13/ext/standard/tests/file/fileinode_variation3.phpt~	2008-11-25 13:33:41.000000000 +0200
+++ php-5.2.13/ext/standard/tests/file/fileinode_variation3.phpt	2010-06-14 00:23:51.340272864 +0300
@@ -57,15 +57,15 @@
 --EXPECTF--
 *** Testing fileinode() with different notations of file names ***
 - Iteration 1 -
-int(%d)
+int(%i)
 - Iteration 2 -
 
 Warning: fileinode(): stat failed for %s//fileinode_variation3/fileinode_variation3.tmp/ in %s on line %d
 bool(false)
 - Iteration 3 -
-int(%d)
+int(%i)
 - Iteration 4 -
-int(%d)
+int(%i)
 - Iteration 5 -
 
 Warning: fileinode(): stat failed for %s//fileinode_variation3/*.tmp in %s on line %d
@@ -75,8 +75,8 @@
 Warning: fileinode(): stat failed for %s/fileinode_variation3/fileinode*.tmp in %s on line %d
 bool(false)
 - Iteration 7 -
-int(%d)
+int(%i)
 - Iteration 8 -
-int(%d)
+int(%i)
 
 *** Done ***
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 11:01:32 2024 UTC