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

8 lines
105 B
PHP

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