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