Searched refs:gethostbyaddr (Results 1 – 6 of 6) sorted by relevance
2 Test gethostbyaddr() function : error conditions5 /* 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 conditions40 -- Testing gethostbyaddr function with Zero arguments --[all …]
2 Test gethostbyaddr() function : basic functionality5 /* 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 ***
60 PHP_FUNCTION(gethostbyaddr);
151 PHP_FUNCTION(gethostbyaddr) in PHP_FUNCTION() argument187 hp = gethostbyaddr((char *) &addr6, sizeof(addr6), AF_INET6); in php_gethostbyaddr()189 hp = gethostbyaddr((char *) &addr, sizeof(addr), AF_INET); in php_gethostbyaddr()200 hp = gethostbyaddr((char *) &addr, sizeof(addr), AF_INET); in php_gethostbyaddr()
3055 PHP_FE(gethostbyaddr, arginfo_gethostbyaddr)
422 PHP_CHECK_FUNC(gethostbyaddr, nsl)
Completed in 24 milliseconds