diff options
author | Greg Beaver <cellog@php.net> | 2007-01-20 23:12:28 +0000 |
---|---|---|
committer | Greg Beaver <cellog@php.net> | 2007-01-20 23:12:28 +0000 |
commit | c575e19101f3327f3dfc7d96f259108776ce55cc (patch) | |
tree | 9ca291c68d90baa59e1b6c7a8d0ccd5a124e41df /ext/phar/tests/020.phpt | |
parent | 4c6ee6f1d9da99c06526071d9f25fe57ef872051 (diff) | |
download | php-git-c575e19101f3327f3dfc7d96f259108776ce55cc.tar.gz |
fix ini tests EXPECT
Diffstat (limited to 'ext/phar/tests/020.phpt')
-rw-r--r-- | ext/phar/tests/020.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/phar/tests/020.phpt b/ext/phar/tests/020.phpt index 7314c0bf08..1b6db82b83 100644 --- a/ext/phar/tests/020.phpt +++ b/ext/phar/tests/020.phpt @@ -30,7 +30,7 @@ array(26) { [0]=> int(12) [1]=> - int(2090329158) + int(%d) [2]=> int(33060) [3]=> @@ -56,7 +56,7 @@ array(26) { ["dev"]=> int(12) ["ino"]=> - int(2090329158) + int(%d) ["mode"]=> int(33060) ["nlink"]=> @@ -84,7 +84,7 @@ array(26) { [0]=> int(12) [1]=> - int(2090329108) + int(%d) [2]=> int(16749) [3]=> @@ -110,7 +110,7 @@ array(26) { ["dev"]=> int(12) ["ino"]=> - int(2090329108) + int(%d) ["mode"]=> int(16749) ["nlink"]=> |