| DIR:/proc/thread-self/root/opt/cpguard/app/vendor/maxmind-db/reader/ext/tests/ |
| Current File : //proc/thread-self/root/opt/cpguard/app/vendor/maxmind-db/reader/ext/tests/001-load.phpt |
--TEST--
Check for maxminddb presence
--SKIPIF--
<?php if (!extension_loaded('maxminddb')) {
echo 'skip';
} ?>
--FILE--
<?php
echo 'maxminddb extension is available';
?>
--EXPECT--
maxminddb extension is available
|