From e7d68b8373a0224e49bb3619e0a05a338cd6b67b Mon Sep 17 00:00:00 2001 From: Brian Shire Date: Fri, 13 Apr 2007 02:15:07 +0000 Subject: [PATCH] reverting incorrect changes to pack test # only a problem on darwin, latest gcc-4.2 branch works as expected. --- ext/standard/tests/strings/pack.phpt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ext/standard/tests/strings/pack.phpt b/ext/standard/tests/strings/pack.phpt index 60b546fce6..b36eee1e57 100644 --- a/ext/standard/tests/strings/pack.phpt +++ b/ext/standard/tests/strings/pack.phpt @@ -145,7 +145,7 @@ Array ) Array ( - [1] => -1 + [1] => 0 ) Array ( @@ -185,7 +185,7 @@ Array ) Array ( - [1] => -1 + [1] => 0 ) Array ( @@ -233,7 +233,7 @@ Array ) Array ( - [1] => -1 + [1] => 0 ) Array ( @@ -305,7 +305,7 @@ Array ) Array ( - [1] => -1 + [1] => 0 ) Array ( -- 2.50.1