shire Fri Apr 13 02:15:07 2007 UTC
Modified files: (Branch: PHP_5_2)
/php-src/ext/standard/tests/strings pack.phpt
Log:
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.1.2.3&r2=1.1.2.4&diff_format=u
Index: php-src/ext/standard/tests/strings/pack.phpt
diff -u php-src/ext/standard/tests/strings/pack.phpt:1.1.2.3
php-src/ext/standard/tests/strings/pack.phpt:1.1.2.4
--- php-src/ext/standard/tests/strings/pack.phpt:1.1.2.3 Tue Apr 3
19:50:40 2007
+++ php-src/ext/standard/tests/strings/pack.phpt Fri Apr 13 02:15:07 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