summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/basename_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/file/basename_error.phpt')
-rw-r--r--ext/standard/tests/file/basename_error.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/file/basename_error.phpt b/ext/standard/tests/file/basename_error.phpt
index 53c53cf8b9..3a123029c0 100644
--- a/ext/standard/tests/file/basename_error.phpt
+++ b/ext/standard/tests/file/basename_error.phpt
@@ -1,11 +1,11 @@
--TEST--
-Test basename() function : error conditions
+Test basename() function : error conditions
--FILE--
<?php
/* Prototype : string basename(string path [, string suffix])
- * Description: Returns the filename component of the path
+ * Description: Returns the filename component of the path
* Source code: ext/standard/string.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing basename() : error conditions ***\n";