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.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/lang/014.phpt b/tests/lang/014.phpt
index f0033b2f77..fe6f86e22a 100644
--- a/tests/lang/014.phpt
+++ b/tests/lang/014.phpt
@@ -1,8 +1,8 @@
--TEST--
Testing eval function inside user-defined function
--FILE--
-<?php
-function F ($a) {
+<?php
+function F ($a) {
eval($a);
}