1--TEST--
2gethostbyname() function - basic type return error test
3--CREDITS--
4"Sylvain R." <sracine@phpquebec.org>
5--FILE--
6<?php
7    var_dump(is_string(gethostbyname("192.168.0.101")));
8?>
9--EXPECT--
10bool(true)
11