Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > afe0256598d60fd213d2dc881c4f472d > files > 12

php-geoip-1.0.8-7.mga4.x86_64.rpm

--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