summaryrefslogtreecommitdiff
path: root/ext/ereg/tests/004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/ereg/tests/004.phpt')
-rw-r--r--ext/ereg/tests/004.phpt17
1 files changed, 0 insertions, 17 deletions
diff --git a/ext/ereg/tests/004.phpt b/ext/ereg/tests/004.phpt
deleted file mode 100644
index db16fe1471..0000000000
--- a/ext/ereg/tests/004.phpt
+++ /dev/null
@@ -1,17 +0,0 @@
---TEST--
-simple ereg test
---FILE--
-<?php $a="This is a nice and simple string";
- if (ereg(".*nice and simple.*",$a)) {
- echo "ok\n";
- }
- if (!ereg(".*doesn't exist.*",$a)) {
- echo "ok\n";
- }
-?>
---EXPECTF--
-Deprecated: Function ereg() is deprecated in %s on line %d
-ok
-
-Deprecated: Function ereg() is deprecated in %s on line %d
-ok