mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-25 19:32:11 +01:00
11 lines
204 B
Plaintext
11 lines
204 B
Plaintext
![]() |
--TEST--
|
||
|
Check for msgpack presence
|
||
|
--SKIPIF--
|
||
|
<?php if (!extension_loaded("msgpack")) print "skip"; ?>
|
||
|
--FILE--
|
||
|
<?php
|
||
|
echo "msgpack extension is available";
|
||
|
?>
|
||
|
--EXPECT--
|
||
|
msgpack extension is available
|