Home
last modified time | relevance | path

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

/PHP-5.6/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-5.6/ext/standard/
H A Dphp_dns.h59 PHP_FUNCTION(gethostname);
H A Ddns.c129 PHP_FUNCTION(gethostname) in PHP_FUNCTION() argument
137 if (gethostname(buf, sizeof(buf) - 1)) { in PHP_FUNCTION()
H A Dbasic_functions.c3018 PHP_FE(gethostname, arginfo_gethostname)
/PHP-5.6/ext/mysql/tests/
H A Dmysql_query_load_data_openbasedir.phpt23 if (gethostbyaddr($host) != gethostname()) {
/PHP-5.6/win32/
H A Dsendmail.c784 if (gethostname(LocalHost, HOST_NAME_LEN)) { in MailConnect()
/PHP-5.6/
H A Dconfigure.in452 PHP_CHECK_FUNC(gethostname, nsl)
626 gethostname \
H A DNEWS7650 - Added gethostname() to return the current system host name. (Ilia)

Completed in 78 milliseconds