summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/file_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/file_basic.phpt')
-rw-r--r--ext/standard/tests/file/file_basic.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/tests/file/file_basic.phpt b/ext/standard/tests/file/file_basic.phpt
index d271c216f6..d93f7f84ed 100644
--- a/ext/standard/tests/file/file_basic.phpt
+++ b/ext/standard/tests/file/file_basic.phpt
@@ -2,7 +2,7 @@
Test file() function : basic functionality
--FILE--
<?php
-/*
+/*
* Prototype: array file ( string filename [,int use-include_path [,resource context]] );
* Description: Reads entire file into an array
* Returns the file in an array