Viewing File: /opt/alt/tests/alt-php80-pecl-geoip_1.1.1-1.el8/tests/008.phpt

--TEST--
Calling geoip_db_filename() with a non-existant database type within bound.
--SKIPIF--
<?php if (!extension_loaded("geoip")) print "skip"; ?>
--FILE--
<?php

var_dump( geoip_db_filename(0) );

?>
--EXPECT--
NULL
Back to Directory File Manager
<