summaryrefslogtreecommitdiff
path: root/tests/lang/014.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/014.phpt')
-rw-r--r--tests/lang/014.phpt15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/lang/014.phpt b/tests/lang/014.phpt
deleted file mode 100644
index a03aa47870..0000000000
--- a/tests/lang/014.phpt
+++ /dev/null
@@ -1,15 +0,0 @@
---TEST--
-Testing eval function inside user-defined function
---POST--
---GET--
---FILE--
-<?php
-old_function F $a (
- eval($a);
-);
-
-error_reporting(0);
-F("echo \"Hello\";");
-?>
---EXPECT--
-Hello