Home
last modified time | relevance | path

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

/PHP-5.5/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-5.5/ext/standard/
H A Dphp_dns.h54 PHP_FUNCTION(gethostbyaddr);
H A Ddns.c153 PHP_FUNCTION(gethostbyaddr) in PHP_FUNCTION() argument
189 hp = gethostbyaddr((char *) &addr6, sizeof(addr6), AF_INET6); in php_gethostbyaddr()
191 hp = gethostbyaddr((char *) &addr, sizeof(addr), AF_INET); in php_gethostbyaddr()
202 hp = gethostbyaddr((char *) &addr, sizeof(addr), AF_INET); in php_gethostbyaddr()
H A Dbasic_functions.c3040 PHP_FE(gethostbyaddr, arginfo_gethostbyaddr)
/PHP-5.5/ext/mysql/tests/
H A Dmysql_query_load_data_openbasedir.phpt23 if (gethostbyaddr($host) != gethostname()) {
/PHP-5.5/
H A Dconfigure.in453 PHP_CHECK_FUNC(gethostbyaddr, nsl)

Completed in 30 milliseconds