]> git.pld-linux.org Git - packages/php.git/blame - bug-52078-fileinode.patch
- make it possible to coinstall phpXY-pdo-pgsql
[packages/php.git] / bug-52078-fileinode.patch
CommitLineData
debbc45e 1--- php-5.2.13/ext/standard/tests/file/fileinode_variation3.phpt~ 2008-11-25 13:33:41.000000000 +0200
2+++ php-5.2.13/ext/standard/tests/file/fileinode_variation3.phpt 2010-06-14 00:23:51.340272864 +0300
3@@ -57,15 +57,15 @@
4 --EXPECTF--
5 *** Testing fileinode() with different notations of file names ***
6 - Iteration 1 -
7-int(%d)
8+int(%i)
9 - Iteration 2 -
10
11 Warning: fileinode(): stat failed for %s//fileinode_variation3/fileinode_variation3.tmp/ in %s on line %d
12 bool(false)
13 - Iteration 3 -
14-int(%d)
15+int(%i)
16 - Iteration 4 -
17-int(%d)
18+int(%i)
19 - Iteration 5 -
20
21 Warning: fileinode(): stat failed for %s//fileinode_variation3/*.tmp in %s on line %d
22@@ -75,8 +75,8 @@
23 Warning: fileinode(): stat failed for %s/fileinode_variation3/fileinode*.tmp in %s on line %d
24 bool(false)
25 - Iteration 7 -
26-int(%d)
27+int(%i)
28 - Iteration 8 -
29-int(%d)
30+int(%i)
31
32 *** Done ***
This page took 0.028881 seconds and 4 git commands to generate.