// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
tests
/
alt-php84-pecl-geoip_1.1.1-1.el8
/
tests
[ PARENT ]
EDIT :: 004.phpt
--TEST-- Checking for out of bound type with geoip_db_filename() --SKIPIF-- <?php if (!extension_loaded("geoip")) print "skip"; ?> --FILE-- <?php geoip_db_filename(-1000); geoip_db_filename(1000); ?> --EXPECTF-- Warning: geoip_db_filename(): Database type given is out of bound. in %s on line %d Warning: geoip_db_filename(): Database type given is out of bound. in %s on line %d
SAVE
CANCEL