Home
last modified time | relevance | path

Searched refs:gethostbyaddr (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/standard/tests/network/
H A Dgethostbyaddr_error.phpt2 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 …
[all …]
H A Dgethostbyaddr_basic1.phpt2 Test gethostbyaddr() function : basic functionality
5 echo "*** Testing gethostbyaddr() : basic functionality ***\n";
6 echo gethostbyaddr("127.0.0.1")."\n";
10 *** Testing gethostbyaddr() : basic functionality ***
/PHP-8.0/ext/standard/
H A Ddns.c143 PHP_FUNCTION(gethostbyaddr) in PHP_FUNCTION() argument
179 hp = gethostbyaddr((char *) &addr6, sizeof(addr6), AF_INET6); in php_gethostbyaddr()
181 hp = gethostbyaddr((char *) &addr, sizeof(addr), AF_INET); in php_gethostbyaddr()
192 hp = gethostbyaddr((char *) &addr, sizeof(addr), AF_INET); in php_gethostbyaddr()
H A Dbasic_functions.stub.php398 function gethostbyaddr(string $ip): string|false {} function
H A Dbasic_functions_arginfo.h2387 ZEND_FUNCTION(gethostbyaddr);
3015 ZEND_FE(gethostbyaddr, arginfo_gethostbyaddr)
/PHP-8.0/
H A Dconfigure.ac360 PHP_CHECK_FUNC(gethostbyaddr, nsl, network)

Completed in 34 milliseconds