Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/main/vendor/maxmind-db/reader/ext/tests/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/main/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