File tree Expand file tree Collapse file tree 4 files changed +28
-8
lines changed Expand file tree Collapse file tree 4 files changed +28
-8
lines changed Original file line number Diff line number Diff line change 11--TEST--
22broken random data test
33--SKIPIF--
4- --FILE--
54<?php
65if (!extension_loaded ('msgpack ' )) {
7- dl ('msgpack. ' . PHP_SHLIB_SUFFIX );
6+ die ("skip " );
7+ }
8+ if (version_compare (PHP_VERSION , "7.1 " , ">= " )) {
9+ die ("skip PHP >= 7.1 " );
810}
11+ ?>
12+ --FILE--
13+ <?php
914
1015error_reporting (E_ERROR | E_PARSE );
1116
Original file line number Diff line number Diff line change 11--TEST--
22broken random data test : MessagePack class
33--SKIPIF--
4- --FILE--
54<?php
65if (!extension_loaded ('msgpack ' )) {
7- dl ('msgpack. ' . PHP_SHLIB_SUFFIX );
6+ die ("skip " );
7+ }
8+ if (version_compare (PHP_VERSION , "7.1 " , ">= " )) {
9+ die ("skip PHP >= 7.1 " );
810}
11+ ?>
12+ --FILE--
13+ <?php
914
1015error_reporting (E_ERROR | E_PARSE );
1116
Original file line number Diff line number Diff line change 11--TEST--
22broken random data test : MessagePackUnpacker::feed
33--SKIPIF--
4- --FILE--
54<?php
65if (!extension_loaded ('msgpack ' )) {
7- dl ('msgpack. ' . PHP_SHLIB_SUFFIX );
6+ die ("skip " );
7+ }
8+ if (version_compare (PHP_VERSION , "7.1 " , ">= " )) {
9+ die ("skip PHP >= 7.1 " );
810}
11+ ?>
12+ --FILE--
13+ <?php
914
1015error_reporting (E_ERROR | E_PARSE );
1116
Original file line number Diff line number Diff line change 11--TEST--
22broken random data test : MessagePackUnpacker::execute
33--SKIPIF--
4- --FILE--
54<?php
65if (!extension_loaded ('msgpack ' )) {
7- dl ('msgpack. ' . PHP_SHLIB_SUFFIX );
6+ die ("skip " );
7+ }
8+ if (version_compare (PHP_VERSION , "7.1 " , ">= " )) {
9+ die ("skip PHP >= 7.1 " );
810}
11+ ?>
12+ --FILE--
13+ <?php
914
1015error_reporting (E_ERROR | E_PARSE );
1116
You can’t perform that action at this time.
0 commit comments