Home
last modified time | relevance | path

Searched refs:gethostbyname (Results 1 – 19 of 19) sorted by relevance

/PHP-7.4/ext/standard/tests/network/
H A Dgethostbyname_basic003.phpt2 Test gethostbyname() function : basic functionality
5 /* Prototype : string gethostbyname ( string $hostname )
10 echo "*** Testing gethostbyname() : basic functionality ***\n";
12 echo gethostbyname("localhost")."\n";
16 *** Testing gethostbyname() : basic functionality ***
H A Dbug68925.phpt2 Bug #68925 (CVE-2015-0235 – GHOST: glibc gethostbyname buffer overflow)
5 var_dump(gethostbyname(str_repeat("0", 2501)));
9 Warning: gethostbyname(): Host name is too long, the limit is %d characters in %s%ebug68925.php on …
H A Dgethostbyname_error001.phpt2 gethostbyname() function - basic type return error test
7 var_dump(is_string(gethostbyname("192.168.0.101")));
H A Dgethostbyname_error002.phpt2 gethostbyname() function - basic type return error test
7 var_dump(is_string(gethostbyname("1234567890")));
H A Dgethostbyname_error003.phpt2 gethostbyname() function - basic type return error test
7 var_dump(is_string(gethostbyname("asdfasdf")));
H A Dgethostbyname_error006.phpt2 gethostbyname() function - basic invalid parameter test
7 var_dump(gethostbyname(".toto.toto.toto"));
H A Dgethostbyname_basic001.phpt2 gethostbyname() function - basic type return test
11 var_dump(is_string(gethostbyname("www.php.net")));
H A Dgethostbyname_error004.phpt2 gethostbyname() function - basic return valid ip address test
12 $ip = gethostbyname("www.php.net");
/PHP-7.4/ext/pcntl/tests/
H A Dpcntl_unshare_03.phpt23 var_dump(gethostbyname('php.net'));
25 var_dump(gethostbyname('php.net'));
/PHP-7.4/ext/opcache/tests/
H A Dbu69838.phpt12 $x = gethostbyname("localhost");
/PHP-7.4/ext/curl/tests/
H A Dcurl_basic_008.phpt9 if (gethostbyname($addr) != $addr) {
H A Dcurl_basic_010.phpt9 if (gethostbyname($addr) != $addr) {
H A Dcurl_error_basic.phpt12 $ip = gethostbyname($url);
/PHP-7.4/ext/snmp/tests/
H A Dbug60749.phpt14 $ip = gethostbyname($hostname);
/PHP-7.4/ext/standard/
H A Dphp_dns.h62 PHP_FUNCTION(gethostbyname);
H A Ddns.c211 PHP_FUNCTION(gethostbyname) in PHP_FUNCTION() argument
H A Dbasic_functions.c3073 PHP_FE(gethostbyname, arginfo_gethostbyname)
/PHP-7.4/win32/
H A Dsendmail.c821 ent = gethostbyname(PW32G(mail_local_host)); in MailConnect()
1001 lpstHost = gethostbyname(szHost); in GetAddr()
/PHP-7.4/main/
H A Dnetwork.c1324 return gethostbyname(name);

Completed in 39 milliseconds