diff options
author | Jani Taskinen <jani@php.net> | 2007-07-15 19:43:06 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2007-07-15 19:43:06 +0000 |
commit | c77bcba737bb46bd022b1816f4c3162c30e3598f (patch) | |
tree | c85234d0be0fb8d14caf696128db8b4aed6150be /ext/ereg/tests/016.phpt | |
parent | cc7342ef726b4bd5420e176b930ce94fe998de51 (diff) | |
download | php-git-c77bcba737bb46bd022b1816f4c3162c30e3598f.tar.gz |
- Remove ereg/ from PHP_5_2 branch. (not yet wanted here :)
Diffstat (limited to 'ext/ereg/tests/016.phpt')
-rw-r--r-- | ext/ereg/tests/016.phpt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/ereg/tests/016.phpt b/ext/ereg/tests/016.phpt deleted file mode 100644 index c354ab26fc..0000000000 --- a/ext/ereg/tests/016.phpt +++ /dev/null @@ -1,6 +0,0 @@ ---TEST-- -test backslash handling in regular expressions ---FILE-- -<?php echo ereg_replace('\?',"abc","?123?")?> ---EXPECT-- -abc123abc |