Searched refs:gethostname (Results 1 – 8 of 8) sorted by relevance
2 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
65 PHP_FUNCTION(gethostname);
127 PHP_FUNCTION(gethostname) in PHP_FUNCTION() argument135 if (gethostname(buf, sizeof(buf))) { in PHP_FUNCTION()
3060 PHP_FE(gethostname, arginfo_gethostname)
23 # If used in conjunction with gethostname.c, the API demonstrated in
776 if (gethostname(PW32G(mail_local_host), HOST_NAME_LEN)) { in MailConnect()
421 PHP_CHECK_FUNC(gethostname, nsl)617 gethostname \
1806 . Fixed bug #75097 (gethostname fails if your host name is 64 chars long). (Andrea)
Completed in 30 milliseconds