Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/network/
H A Dgethostbyaddr_error.phpt2 Test gethostbyaddr() function : error conditions
5 /* Prototype : proto string gethostbyaddr(string ip_address)
12 echo "Testing gethostbyaddr : error conditions\n";
16 var_dump( gethostbyaddr() );
22 var_dump( gethostbyaddr($ip_address, $extra_arg) );
27 var_dump( gethostbyaddr($ip_address) );
30 var_dump( gethostbyaddr($ip_address) );
33 var_dump( gethostbyaddr($ip_address) );
38 Testing gethostbyaddr : error conditions
40 -- Testing gethostbyaddr function with Zero arguments --
[all …]
H A Dgethostbyaddr_basic1.phpt2 Test gethostbyaddr() function : basic functionality
5 /* Prototype : string gethostbyaddr ( string $ip_address )
10 echo "*** Testing gethostbyaddr() : basic functionality ***\n";
11 echo gethostbyaddr("127.0.0.1")."\n";
16 *** Testing gethostbyaddr() : basic functionality ***
/PHP-7.4/ext/standard/
H A Dphp_dns.h61 PHP_FUNCTION(gethostbyaddr);
H A Ddns.c149 PHP_FUNCTION(gethostbyaddr) in PHP_FUNCTION() argument
185 hp = gethostbyaddr((char *) &addr6, sizeof(addr6), AF_INET6); in php_gethostbyaddr()
187 hp = gethostbyaddr((char *) &addr, sizeof(addr), AF_INET); in php_gethostbyaddr()
198 hp = gethostbyaddr((char *) &addr, sizeof(addr), AF_INET); in php_gethostbyaddr()
H A Dbasic_functions.c3072 PHP_FE(gethostbyaddr, arginfo_gethostbyaddr)
/PHP-7.4/
H A Dconfigure.ac400 PHP_CHECK_FUNC(gethostbyaddr, nsl)

Completed in 35 milliseconds