📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: LiteSpeed
2026-07-01 14:57:18
📂
/ (Root)
/
opt
/
alt
/
tests
/
alt-php81-pecl-geoip_1.1.1-1.el8
/
tests
📍 /opt/alt/tests/alt-php81-pecl-geoip_1.1.1-1.el8/tests
🔄 Refresh
✏️
Editing: 005.phpt
Read Only
--TEST-- Checking for out of bound type with geoip_db_avail() --SKIPIF-- <?php if (!extension_loaded("geoip")) print "skip"; ?> --FILE-- <?php geoip_db_avail(-1000); geoip_db_avail(1000); ?> --EXPECTF-- Warning: geoip_db_avail(): Database type given is out of bound. in %s on line %d Warning: geoip_db_avail(): Database type given is out of bound. in %s on line %d
💾 Save Changes
❌ Cancel