Annotation of embedaddon/php/ext/standard/tests/strings/bug63943.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: Bug #63943 (Bad warning text from strpos() on empty needle)
        !             3: --FILE--
        !             4: <?php
        !             5: strpos("lllllll", '');
        !             6: ?>
        !             7: --EXPECTF--
        !             8: Warning: strpos(): Empty needle in %sbug63943.php on line %d

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