Busybox: Upgrade to 1.21.1 (stable). lsof active.
[tomato.git] / release / src / router / php / ext / ereg / tests / 002.phpt
blob6ce12a936a26cd4b4cd239916005d3e14348ddf4
1 --TEST--
2 RegReplace test 2
3 --FILE--
4 <?php $a="abc123";
5   echo ereg_replace("123","",$a)?>
6 --EXPECTF--
7 Deprecated: Function ereg_replace() is deprecated in %s on line %d
8 abc