Annotation of embedaddon/php/tests/basic/bug45986.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: Bug #45986 (wrong error message for a non existant file on rename)
        !             3: --CREDITS--
        !             4: Sebastian Schürmann
        !             5: sebs@php.net
        !             6: Testfest 2009 Munich 
        !             7: --FILE--
        !             8: <?php
        !             9: rename('foo', 'bar');
        !            10: ?>
        !            11: --EXPECTF--
        !            12: Warning: %s in %sbug45986.php on line 2

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