Annotation of embedaddon/php/ext/standard/tests/network/gethostbyname_error001.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: gethostbyname() 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--
        !            10: bool(true)

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>