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