summaryrefslogtreecommitdiff
path: root/tests/lang/019.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/019.phpt')
-rw-r--r--tests/lang/019.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/019.phpt b/tests/lang/019.phpt
index c9b5e5f3b5..313da0cbd8 100644
--- a/tests/lang/019.phpt
+++ b/tests/lang/019.phpt
@@ -1,7 +1,7 @@
--TEST--
eval() test
--FILE--
-<?php
+<?php
eval("function test() { echo \"hey, this is a function inside an eval()!\\n\"; }");