1 2 3 4 5 6
--TEST-- replace empty matches --FILE-- <?php echo ereg_replace("^","z","abc123")?> --EXPECT-- zabc123