Searched refs:gethostbyaddr (Results 1 – 7 of 7) 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()
546 function gethostbyaddr(string $ip): string|false {} function
2397 ZEND_FUNCTION(gethostbyaddr);3028 ZEND_FE(gethostbyaddr, arginfo_gethostbyaddr)
1567 . Fixed bug GH-7748 (gethostbyaddr outputs binary string). (cmb)1873 . Fixed bug #81441 (gethostbyaddr('::1') returns ip instead of name after
362 PHP_CHECK_FUNC(gethostbyaddr, nsl, network)
Completed in 48 milliseconds