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