xref: /PHP-5.5/ext/ereg/tests/001.phpt (revision 1881091e)
1--TEST--
2RegReplace test 1
3--FILE--
4<?php $a="abc123";
5  echo ereg_replace("123","def",$a)?>
6--EXPECTF--
7Deprecated: Function ereg_replace() is deprecated in %s on line %d
8abcdef
9