php-src/ext/ereg/tests/010.phpt
2008-11-18 17:55:07 +00:00

9 lines
220 B
PHP

--TEST--
Long back references
--FILE--
<?php $a="abc122222222223";
echo ereg_replace("1(2*)3","\\1def\\1",$a)?>
--EXPECTF--
Deprecated: Function ereg_replace() is deprecated in %s on line %d
abc2222222222def2222222222