summaryrefslogtreecommitdiff
path: root/ext/standard/tests/strings/strtr_variation8.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/tests/strings/strtr_variation8.phpt')
-rw-r--r--ext/standard/tests/strings/strtr_variation8.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/standard/tests/strings/strtr_variation8.phpt b/ext/standard/tests/strings/strtr_variation8.phpt
index dd10c814f0..8d29db1cc3 100644
--- a/ext/standard/tests/strings/strtr_variation8.phpt
+++ b/ext/standard/tests/strings/strtr_variation8.phpt
@@ -8,8 +8,8 @@ Test strtr() function : usage variations - unexpected inputs for 'replace_pairs'
* Source code: ext/standard/string.c
*/
-/* Test strtr() function: with unexpected inputs for 'replace_pairs'
- * and expected type for 'str' arguments
+/* Test strtr() function: with unexpected inputs for 'replace_pairs'
+ * and expected type for 'str' arguments
*/
echo "*** Testing strtr() function: with unexpected inputs for 'replace_pairs' ***\n";
@@ -22,7 +22,7 @@ unset($unset_var);
class sample {
public function __toString() {
return "sample object";
- }
+ }
}
//getting the resource