mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 18:29:53 +00:00
php: version 0.3.3
This commit is contained in:
parent
4b36340474
commit
0acf6ec150
76 changed files with 6549 additions and 372 deletions
|
|
@ -3,8 +3,10 @@ Cyclic array test
|
|||
--INI--
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (version_compare(PHP_VERSION, '5.3.2') <= 0) {
|
||||
echo "skip tests in PHP 5.3.3 or newer";
|
||||
if ((version_compare(PHP_VERSION, '5.2.13') <= 0) ||
|
||||
(version_compare(PHP_VERSION, '5.3.0') >= 0 &&
|
||||
version_compare(PHP_VERSION, '5.3.2') <= 0)) {
|
||||
echo "skip tests in PHP 5.2.14/5.3.3 or newer";
|
||||
}
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
@ -43,7 +45,7 @@ var_dump($k);
|
|||
?>
|
||||
--EXPECT--
|
||||
array
|
||||
82a16182a162a163a164a165a16683c001a16182a162a163a164a165a16682c0020005
|
||||
82a16182a162a163a164a165a16683c001a16182a162a163a164a165a16682c0020003
|
||||
array(2) {
|
||||
["a"]=>
|
||||
array(2) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue