summaryrefslogtreecommitdiff
path: root/tests/lang/016.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lang/016.phpt')
-rw-r--r--tests/lang/016.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lang/016.phpt b/tests/lang/016.phpt
index dbaa908b81..30c36b3d2a 100644
--- a/tests/lang/016.phpt
+++ b/tests/lang/016.phpt
@@ -1,7 +1,7 @@
--TEST--
Testing user-defined function in included file
--FILE--
-<?php
+<?php
include "016.inc";
MyFunc("Hello");
?>