Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/network/
H A Dgethostname.phpt2 string gethostname(void);
7 var_dump(gethostname());
8 var_dump(gethostname("php-zend-brazil"));
13 Warning: gethostname() expects exactly %d parameters, %d given in %s on line %d
/PHP-7.4/ext/standard/
H A Dphp_dns.h66 PHP_FUNCTION(gethostname);
H A Ddns.c125 PHP_FUNCTION(gethostname) in PHP_FUNCTION() argument
133 if (gethostname(buf, sizeof(buf))) { in PHP_FUNCTION()
H A Dbasic_functions.c3077 PHP_FE(gethostname, arginfo_gethostname)
/PHP-7.4/build/
H A Dax_func_which_gethostbyname_r.m423 # If used in conjunction with gethostname.c, the API demonstrated in
/PHP-7.4/win32/
H A Dsendmail.c816 if (gethostname(PW32G(mail_local_host), HOST_NAME_LEN)) { in MailConnect()
/PHP-7.4/
H A Dconfigure.ac399 PHP_CHECK_FUNC(gethostname, nsl)

Completed in 38 milliseconds