1
0
mirror of https://github.com/php/php-src.git synced 2026-04-29 19:23:22 +02:00
Files
2008-11-18 17:55:07 +00:00

9 lines
173 B
PHP

--TEST--
RegReplace test 2
--FILE--
<?php $a="abc123";
echo ereg_replace("123","",$a)?>
--EXPECTF--
Deprecated: Function ereg_replace() is deprecated in %s on line %d
abc