File geoip-1.1.1_test19.patch of Package php-pecl-geoip
x
1
--- tests/019.phpt.orig 2016-08-29 10:38:25.837065400 +0200
2
+++ tests/019.phpt 2016-08-29 10:39:09.349051579 +0200
3
4
--FILE--
5
<?php
6
7
-var_dump( geoip_country_name_by_name_v6('0000:0000:0000:0000') );
8
+var_dump( geoip_db_filename(GEOIP_COUNTRY_EDITION_V6) );
9
10
?>
11
--EXPECT--
12
string(27) "/some/other/place/GeoIP.dat"
13
-string(6) "/test/"
14
\ Kein Zeilenumbruch am Dateiende.
15
+string(6) "/test/"
16