php-src/ext/ereg/tests/001.phpt

8 lines
111 B
PHP

--TEST--
RegReplace test 1
--FILE--
<?php $a="abc123";
echo ereg_replace("123","def",$a)?>
--EXPECT--
abcdef