summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/strrchr_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/strings/strrchr_error.phpt')
-rw-r--r--ext/standard/tests/strings/strrchr_error.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/standard/tests/strings/strrchr_error.phpt b/ext/standard/tests/strings/strrchr_error.phpt
index aa0adf4b85..de5a9d34de 100644
--- a/ext/standard/tests/strings/strrchr_error.phpt
+++ b/ext/standard/tests/strings/strrchr_error.phpt
@@ -1,9 +1,9 @@
--TEST--
-Test strrchr() function : error conditions
+Test strrchr() function : error conditions
--FILE--
<?php
/* Prototype : string strrchr(string $haystack, string $needle);
- * Description: Finds the last occurrence of a character in a string.
+ * Description: Finds the last occurrence of a character in a string.
* Source code: ext/standard/string.c
*/