summaryrefslogtreecommitdiff
path: root/php/tests/009.phpt
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2010-11-03 03:19:28 +0900
committerINADA Naoki <songofacandy@gmail.com>2010-11-03 03:19:28 +0900
commitf325acb0ea8ca5e2382906d4e96d8657d8638a32 (patch)
tree2eb7ddec3279c472a207f4ae4ac9a81c996dfaf2 /php/tests/009.phpt
parentd1b6e65dd8927698ced5a3111baa4e81834850bc (diff)
parentbad69fd3977fca94d643a88d819badaca4839fd5 (diff)
downloadmsgpack-python-f325acb0ea8ca5e2382906d4e96d8657d8638a32.tar.gz
Merge branch 'master' of github.com:msgpack/msgpack
Diffstat (limited to 'php/tests/009.phpt')
-rw-r--r--php/tests/009.phpt28
1 files changed, 5 insertions, 23 deletions
diff --git a/php/tests/009.phpt b/php/tests/009.phpt
index 9992988..a1534c9 100644
--- a/php/tests/009.phpt
+++ b/php/tests/009.phpt
@@ -2,8 +2,8 @@
Check for reference serialization
--SKIPIF--
<?php
-if (version_compare(PHP_VERSION, '5.3.3') >= 0) {
- echo "skip tests in PHP 5.3.2 and lower";
+if (version_compare(PHP_VERSION, '5.3.2') <= 0) {
+ echo "skip tests in PHP 5.3.3 or newer";
}
--FILE--
<?php
@@ -74,13 +74,7 @@ array(1) {
[0]=>
&array(1) {
[0]=>
- &array(1) {
- [0]=>
- &array(1) {
- [0]=>
- *RECURSION*
- }
- }
+ *RECURSION*
}
}
}
@@ -91,13 +85,7 @@ array(1) {
[0]=>
&array(1) {
[0]=>
- &array(1) {
- [0]=>
- &array(1) {
- [0]=>
- *RECURSION*
- }
- }
+ *RECURSION*
}
}
}
@@ -107,13 +95,7 @@ array(1) {
[0]=>
&array(1) {
[0]=>
- &array(1) {
- [0]=>
- &array(1) {
- [0]=>
- *RECURSION*
- }
- }
+ *RECURSION*
}
}
}