Annotation of embedaddon/php/ext/ereg/tests/006.phpt, revision 1.1.1.1

1.1       misho       1: --TEST--
                      2: Test ereg_replace of start-of-line
                      3: --FILE--
                      4: <?php $a="This is a nice and simple string";
                      5:   echo ereg_replace("^This","That",$a);
                      6: ?>
                      7: --EXPECTF--
                      8: Deprecated: Function ereg_replace() is deprecated in %s on line %d
                      9: That is a nice and simple string

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>