summaryrefslogtreecommitdiff
path: root/ext/standard/tests/network/gethostname.phpt
blob: e7caaf48eb2e279863c669d18e1bbd0e03581e8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--TEST--
string gethostname(void);
--CREDITS--
marcosptf - <marcosptf@yahoo.com.br> - #phparty7 - @phpsp - novatec/2015 - sao paulo - br
--FILE--
<?php
var_dump(gethostname());
var_dump(gethostname("php-zend-brazil"));
?>
--EXPECTF--
%s

Warning: gethostname() expects exactly %d parameters, %d given in %s on line %d
NULL