mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-07 10:19:51 +00:00
php: fiexed unpacker
This commit is contained in:
parent
b4ae6bf82c
commit
bad69fd397
33 changed files with 2206 additions and 742 deletions
|
|
@ -3,7 +3,7 @@ Closure
|
|||
--SKIPIF--
|
||||
<?php
|
||||
if (version_compare(PHP_VERSION, '5.3.0') < 0) {
|
||||
echo "skip closures only for PHP 5.3.0+";
|
||||
echo "skip closures only for PHP 5.3.0 or newer";
|
||||
}
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue