// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
tests
/
alt-php80-pecl-geoip_1.1.1-1.el8
/
tests
[ PARENT ]
EDIT :: 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
SAVE
CANCEL