Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/tests/network/
H A Dgethostbynamel_basic1.phpt2 Test gethostbynamel() function : basic functionality
5 echo "*** Testing gethostbynamel() : basic functionality ***\n";
6 var_dump(gethostbynamel("localhost"));
9 *** Testing gethostbynamel() : basic functionality ***
H A Dbug68925.phpt6 var_dump(gethostbynamel(str_repeat("0", 2501)));
12 Warning: gethostbynamel(): Host name cannot be longer than %d characters in %s%ebug68925.php on lin…
H A Dbug79405.phpt12 var_dump(gethostbynamel($host));
19 gethostbynamel(): Argument #1 ($hostname) must not contain any null bytes
/PHP-8.0/ext/standard/
H A Ddns.c224 PHP_FUNCTION(gethostbynamel) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php402 function gethostbynamel(string $hostname): array|false {} function
H A Dbasic_functions_arginfo.h2389 ZEND_FUNCTION(gethostbynamel);
3017 ZEND_FE(gethostbynamel, arginfo_gethostbynamel)

Completed in 34 milliseconds