diff options
| author | INADA Naoki <songofacandy@gmail.com> | 2010-11-03 03:19:28 +0900 |
|---|---|---|
| committer | INADA Naoki <songofacandy@gmail.com> | 2010-11-03 03:19:28 +0900 |
| commit | f325acb0ea8ca5e2382906d4e96d8657d8638a32 (patch) | |
| tree | 2eb7ddec3279c472a207f4ae4ac9a81c996dfaf2 /php/tests/009.phpt | |
| parent | d1b6e65dd8927698ced5a3111baa4e81834850bc (diff) | |
| parent | bad69fd3977fca94d643a88d819badaca4839fd5 (diff) | |
| download | msgpack-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.phpt | 28 |
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* } } } |
