Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/network/
H A Dgethostname.phpt2 string gethostname(void);
7 var_dump(gethostname());
/php-src/build/
H A Dax_func_which_gethostbyname_r.m423 # If used in conjunction with gethostname.c, the API demonstrated in
/php-src/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.php2141 function gethostname(): string|false {}
H A Dbasic_functions_arginfo.h2485 ZEND_FUNCTION(gethostname);
3112 ZEND_FE(gethostname, arginfo_gethostname)
/php-src/ext/random/
H A Drandom.c668 if (gethostname(buf, sizeof(buf) - 1) == 0) {
/php-src/win32/
H A Dsendmail.c816 if (gethostname(PW32G(mail_local_host), HOST_NAME_LEN)) { in MailConnect()
/php-src/
H A Dconfigure.ac592 gethostname \

Completed in 42 milliseconds