Home
last modified time | relevance | path

Searched refs:gethostname (Results 1 – 8 of 8) sorted by relevance

/PHP-7.2/ext/standard/tests/network/
H A Dgethostname.phpt2 string gethostname(void);
13 var_dump(gethostname());
14 var_dump(gethostname("php-zend-brazil"));
19 Warning: gethostname() expects exactly %d parameters, %d given in %s on line %d
/PHP-7.2/ext/standard/
H A Dphp_dns.h65 PHP_FUNCTION(gethostname);
H A Ddns.c127 PHP_FUNCTION(gethostname) in PHP_FUNCTION() argument
135 if (gethostname(buf, sizeof(buf))) { in PHP_FUNCTION()
H A Dbasic_functions.c3060 PHP_FE(gethostname, arginfo_gethostname)
/PHP-7.2/TSRM/m4/
H A Dgethostbyname.m423 # If used in conjunction with gethostname.c, the API demonstrated in
/PHP-7.2/win32/
H A Dsendmail.c776 if (gethostname(PW32G(mail_local_host), HOST_NAME_LEN)) { in MailConnect()
/PHP-7.2/
H A Dconfigure.ac421 PHP_CHECK_FUNC(gethostname, nsl)
617 gethostname \
H A DNEWS1806 . Fixed bug #75097 (gethostname fails if your host name is 64 chars long). (Andrea)

Completed in 33 milliseconds