Home
last modified time | relevance | path

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

/PHP-8.4/ext/standard/tests/network/
H A Dgethostname.phpt2 string gethostname(void);
7 var_dump(gethostname());
/PHP-8.4/build/
H A Dax_func_which_gethostbyname_r.m423 # If used in conjunction with gethostname.c, the API demonstrated in
/PHP-8.4/ext/standard/
H A Ddns.c125 PHP_FUNCTION(gethostname) in PHP_FUNCTION() argument
131 if (gethostname(buf, sizeof(buf))) { in PHP_FUNCTION()
H A Dbasic_functions.stub.php2129 function gethostname(): string|false {}
H A Dbasic_functions_arginfo.h2464 ZEND_FUNCTION(gethostname);
3060 ZEND_FE(gethostname, arginfo_gethostname)
/PHP-8.4/ext/random/
H A Drandom.c687 if (gethostname(buf, sizeof(buf) - 1) == 0) {
/PHP-8.4/win32/
H A Dsendmail.c818 if (gethostname(PW32G(mail_local_host), HOST_NAME_LEN)) { in MailConnect()
/PHP-8.4/
H A Dconfigure.ac546 gethostname

Completed in 38 milliseconds