Lines Matching refs:gethostbyaddr
2 Test gethostbyaddr() function : error conditions
5 echo "Testing gethostbyaddr : error conditions\n";
7 echo "\n-- Testing gethostbyaddr function with invalid addresses --\n";
10 var_dump( gethostbyaddr($ip_address) );
13 var_dump( gethostbyaddr($ip_address) );
16 var_dump( gethostbyaddr($ip_address) );
21 Testing gethostbyaddr : error conditions
23 -- Testing gethostbyaddr function with invalid addresses --
25 Warning: gethostbyaddr\(\): Address is not (in a.b.c.d form|a valid IPv4 or IPv6 address) in .* on …
28 Warning: gethostbyaddr\(\): Address is not (in a.b.c.d form|a valid IPv4 or IPv6 address) in .* on …
31 Warning: gethostbyaddr\(\): Address is not (in a.b.c.d form|a valid IPv4 or IPv6 address) in .* on …