1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 08:28:26 +02:00
Files
archived-php-src/ext/ereg/tests/015.phpt
T
2004-05-19 08:45:46 +00:00

7 lines
103 B
PHP

--TEST--
replace empty matches
--FILE--
<?php echo ereg_replace("^","z","abc123")?>
--EXPECT--
zabc123