php-src/ext/ereg/tests/015.phpt
2008-11-18 17:55:07 +00:00

8 lines
171 B
PHP

--TEST--
replace empty matches
--FILE--
<?php echo ereg_replace("^","z","abc123")?>
--EXPECTF--
Deprecated: Function ereg_replace() is deprecated in %s on line %d
zabc123