Busybox: Upgrade to 1.21.1 (stable). lsof active.
[tomato.git] / release / src / router / php / ext / ereg / tests / 013.phpt
blob23f6944ff5ebaddbe47d088f66684d075a90f531
1 --TEST--
2 escapes in replace string
3 --FILE--
4 <?php $a="abc123";
5   echo ereg_replace("123","def\\g\\\\hi\\",$a)?>
6 --EXPECTF--
7 Deprecated: Function ereg_replace() is deprecated in %s on line %d
8 abcdef\g\\hi\