1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 14:31:06 +02:00
Files
archived-php-src/ext/standard/tests/network/gethostname.phpt
2019-03-11 11:32:20 +01:00

11 lines
208 B
PHP

--TEST--
string gethostname(void);
--CREDITS--
marcosptf - <marcosptf@yahoo.com.br> - #phparty7 - @phpsp - novatec/2015 - sao paulo - br
--FILE--
<?php
var_dump(gethostname());
?>
--EXPECTF--
string(%d) "%s"