Searched refs:gethostbyaddr (Results 1 – 6 of 6) sorted by relevance
2 Test gethostbyaddr() function : error conditions5 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 conditions23 -- 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 …[all …]
2 Test gethostbyaddr() function : basic functionality5 echo "*** Testing gethostbyaddr() : basic functionality ***\n";6 echo gethostbyaddr("127.0.0.1")."\n";10 *** Testing gethostbyaddr() : basic functionality ***
147 PHP_FUNCTION(gethostbyaddr) in PHP_FUNCTION() argument208 hp = gethostbyaddr((char *) &addr, sizeof(addr), AF_INET); in php_gethostbyaddr()
2117 function gethostbyaddr(string $ip): string|false {}
2381 ZEND_FUNCTION(gethostbyaddr);3010 ZEND_FE(gethostbyaddr, arginfo_gethostbyaddr)
373 PHP_CHECK_FUNC(gethostbyaddr, nsl, network)
Completed in 28 milliseconds