summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/bug63943.phpt
blob: 6018879b24a6d2d649beefcf54556f8ee88e448d (plain)
1
2
3
4
5
6
7
8
--TEST--
Bug #63943 (Bad warning text from strpos() on empty needle)
--FILE--
<?php
strpos("lllllll", '');
?>
--EXPECTF--
Warning: strpos(): Empty needle in %sbug63943.php on line %d