You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
173 B

--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