Annotation of embedaddon/php/ext/standard/tests/file/bug43248.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: Bug #43248 (backward compatibility break in realpath())
        !             3: --FILE--
        !             4: <?php
        !             5: echo realpath(dirname(__FILE__) . '/../file/');
        !             6: ?>
        !             7: --EXPECTF--
        !             8: %sfile

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