Annotation of embedaddon/php/ext/posix/tests/001.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: posix_access() with bogus paths
        !             3: --SKIPIF--
        !             4: <?php if (!extension_loaded('posix')) echo 'skip'; ?>
        !             5: --FILE--
        !             6: <?php
        !             7: 
        !             8: var_dump(posix_access(str_repeat('bogus path', 1042)));
        !             9: 
        !            10: ?>
        !            11: --EXPECT--
        !            12: bool(false)

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