diff options
Diffstat (limited to 'ext/ereg/tests/004.phpt')
-rw-r--r-- | ext/ereg/tests/004.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/ereg/tests/004.phpt b/ext/ereg/tests/004.phpt index 1f60ff4900..3e535c6a9d 100644 --- a/ext/ereg/tests/004.phpt +++ b/ext/ereg/tests/004.phpt @@ -1,7 +1,5 @@ --TEST-- simple ereg test ---POST-- ---GET-- --FILE-- <?php $a="This is a nice and simple string"; if (ereg(".*nice and simple.*",$a)) { |