shire           Fri Apr 13 02:15:13 2007 UTC

  Modified files:              
    /php-src/ext/standard/tests/strings pack.phpt 
  Log:
  MFB: reverting incorrect changes to pack test
  # only a problem on darwin, latest gcc-4.2 branch works as expected.
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/strings/pack.phpt?r1=1.4&r2=1.5&diff_format=u
Index: php-src/ext/standard/tests/strings/pack.phpt
diff -u php-src/ext/standard/tests/strings/pack.phpt:1.4 
php-src/ext/standard/tests/strings/pack.phpt:1.5
--- php-src/ext/standard/tests/strings/pack.phpt:1.4    Tue Apr  3 19:50:43 2007
+++ php-src/ext/standard/tests/strings/pack.phpt        Fri Apr 13 02:15:12 2007
@@ -145,7 +145,7 @@
 )
 Array
 (
-    [1] => -1
+    [1] => 0
 )
 Array
 (
@@ -185,7 +185,7 @@
 )
 Array
 (
-    [1] => -1
+    [1] => 0
 )
 Array
 (
@@ -233,7 +233,7 @@
 )
 Array
 (
-    [1] => -1
+    [1] => 0
 )
 Array
 (
@@ -305,7 +305,7 @@
 )
 Array
 (
-    [1] => -1
+    [1] => 0
 )
 Array
 (

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

Reply via email to