summaryrefslogtreecommitdiff
path: root/ext/standard/tests/reg/001.phpt
blob: 13c50d0d1e45895a0272788365561af33e576cd1 (plain)
1
2
3
4
5
6
7
--TEST--
RegReplace test 1
--FILE--
<?php $a="abc123";
  echo ereg_replace("123","def",$a)?>
--EXPECT--
abcdef