Searched refs:gethostbynamel (Results 1 – 6 of 6) sorted by relevance
2 Test gethostbynamel() function : basic functionality5 echo "*** Testing gethostbynamel() : basic functionality ***\n";6 var_dump(gethostbynamel("localhost"));9 *** Testing gethostbynamel() : basic functionality ***
6 var_dump(gethostbynamel(str_repeat("0", 2501)));12 Warning: gethostbynamel(): Host name cannot be longer than %d characters in %s%ebug68925.php on lin…
12 var_dump(gethostbynamel($host));19 gethostbynamel(): Argument #1 ($hostname) must not contain any null bytes
245 PHP_FUNCTION(gethostbynamel) in PHP_FUNCTION() argument
2142 function gethostbynamel(string $hostname): array|false {}
2468 ZEND_FUNCTION(gethostbynamel);3064 ZEND_FE(gethostbynamel, arginfo_gethostbynamel)
Completed in 39 milliseconds