mirror of
https://github.com/php/php-src.git
synced 2026-04-16 20:41:18 +02:00
11 lines
218 B
PHP
11 lines
218 B
PHP
--TEST--
|
|
gethostbyname() function - basic invalid parameter test
|
|
--CREDITS--
|
|
"Sylvain R." <sracine@phpquebec.org>
|
|
--FILE--
|
|
<?php
|
|
var_dump(gethostbyname(".toto.toto.toto"));
|
|
?>
|
|
--EXPECTF--
|
|
string(15) ".toto.toto.toto"
|