diff options
Diffstat (limited to 'ext/ereg/tests/002.phpt')
-rw-r--r-- | ext/ereg/tests/002.phpt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/ereg/tests/002.phpt b/ext/ereg/tests/002.phpt new file mode 100644 index 0000000000..6ce12a936a --- /dev/null +++ b/ext/ereg/tests/002.phpt @@ -0,0 +1,8 @@ +--TEST-- +RegReplace test 2 +--FILE-- +<?php $a="abc123"; + echo ereg_replace("123","",$a)?> +--EXPECTF-- +Deprecated: Function ereg_replace() is deprecated in %s on line %d +abc |