Home
last modified time | relevance | path

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

/php-src/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-src/ext/standard/
H A Ddns.c146 PHP_FUNCTION(gethostbyaddr) in PHP_FUNCTION() argument
207 hp = gethostbyaddr((char *) &addr, sizeof(addr), AF_INET); in php_gethostbyaddr()
H A Dbasic_functions.stub.php2145 function gethostbyaddr(string $ip): string|false {}
H A Dbasic_functions_arginfo.h2487 ZEND_FUNCTION(gethostbyaddr);
3114 ZEND_FE(gethostbyaddr, arginfo_gethostbyaddr)
/php-src/
H A Dconfigure.ac365 AC_SEARCH_LIBS([gethostbyaddr], [nsl network])

Completed in 29 milliseconds