mirror of
https://github.com/php/php-src.git
synced 2024-12-20 07:20:33 +08:00
8 lines
171 B
PHP
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
|