summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/strrchr_variation10.phpt
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-10-14 17:23:43 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-10-14 19:44:14 +0200
commit17ccbeec3242b80f84fbf6b3acd58421ef003b02 (patch)
tree8fed8d7515c6603fd4a50eb0f8177883bc6da336 /ext/standard/tests/strings/strrchr_variation10.phpt
parentcc7215f48f66982f0b7799c47d8fa4c09a32a3c7 (diff)
downloadphp-git-17ccbeec3242b80f84fbf6b3acd58421ef003b02.tar.gz
Trim trailing whitespace in *.phpt
Diffstat (limited to 'ext/standard/tests/strings/strrchr_variation10.phpt')
-rw-r--r--ext/standard/tests/strings/strrchr_variation10.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/standard/tests/strings/strrchr_variation10.phpt b/ext/standard/tests/strings/strrchr_variation10.phpt
index a96f2b0190..8d93bd0335 100644
--- a/ext/standard/tests/strings/strrchr_variation10.phpt
+++ b/ext/standard/tests/strings/strrchr_variation10.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test strrchr() function : usage variations - unexpected inputs for needle
+Test strrchr() function : usage variations - unexpected inputs for needle
--FILE--
<?php
/* Prototype : string strrchr(string $haystack, string $needle);
@@ -7,8 +7,8 @@ Test strrchr() function : usage variations - unexpected inputs for needle
* Source code: ext/standard/string.c
*/
-/* Test strrchr() function: with unexpected inputs for needle
- * and expected type for haystack
+/* Test strrchr() function: with unexpected inputs for needle
+ * and expected type for haystack
*/
echo "*** Testing strrchr() function with unexpected inputs for needle ***\n";
@@ -21,7 +21,7 @@ unset($unset_var);
class sample {
public function __toString() {
return "object";
- }
+ }
}
//getting the resource