1
0
mirror of https://github.com/msgpack/msgpack-c.git synced 2025-03-25 19:32:11 +01:00

11 lines
204 B
Plaintext
Raw Normal View History

2010-07-17 18:46:28 +09:00
--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