Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/network/
H A Dgethostbynamel_error.phpt2 Test gethostbynamel() function : error conditions
5 /* Prototype : proto array gethostbynamel(string hostname)
11 echo "*** Testing gethostbynamel() : error conditions ***\n";
14 echo "\n-- Testing gethostbynamel() function with Zero arguments --\n";
15 var_dump( gethostbynamel() );
17 //Test gethostbynamel with one more than the expected number of arguments
21 var_dump( gethostbynamel($hostname, $extra_arg) );
25 *** Testing gethostbynamel() : error conditions ***
27 -- Testing gethostbynamel() function with Zero arguments --
29 Warning: gethostbynamel() expects exactly 1 parameter, 0 given in %s on line %d
[all …]
H A Dgethostbynamel_basic1.phpt2 Test gethostbynamel() function : basic functionality
5 /* Prototype : array gethostbynamel ( string $hostname )
10 echo "*** Testing gethostbynamel() : basic functionality ***\n";
11 var_dump(gethostbynamel("localhost"));
15 *** Testing gethostbynamel() : basic functionality ***
H A Dbug68925.phpt6 var_dump(gethostbynamel(str_repeat("0", 2501)));
12 Warning: gethostbynamel(): Host name is too long, the limit is %d characters in %s%ebug68925.php on…
/PHP-5.5/ext/standard/
H A Dphp_dns.h56 PHP_FUNCTION(gethostbynamel);
H A Ddns.c238 PHP_FUNCTION(gethostbynamel) in PHP_FUNCTION() argument
H A Dbasic_functions.c3042 PHP_FE(gethostbynamel, arginfo_gethostbynamel)

Completed in 26 milliseconds