Searched refs:gethostbynamel (Results 1 – 6 of 6) sorted by relevance
2 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 arguments21 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 …]
2 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 ***
6 var_dump(gethostbynamel(str_repeat("0", 2501)));12 Warning: gethostbynamel(): Host name is too long, the limit is %d characters in %s/bug68925.php on …
56 PHP_FUNCTION(gethostbynamel);
238 PHP_FUNCTION(gethostbynamel) in PHP_FUNCTION() argument
3024 PHP_FE(gethostbynamel, arginfo_gethostbynamel)
Completed in 21 milliseconds