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 ***
146 PHP_FUNCTION(gethostbyaddr) in PHP_FUNCTION() argument207 hp = gethostbyaddr((char *) &addr, sizeof(addr), AF_INET); in php_gethostbyaddr()
2133 function gethostbyaddr(string $ip): string|false {}
2466 ZEND_FUNCTION(gethostbyaddr);3062 ZEND_FE(gethostbyaddr, arginfo_gethostbyaddr)
334 AC_SEARCH_LIBS([gethostbyaddr], [nsl network])
Completed in 49 milliseconds