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