summaryrefslogtreecommitdiff
path: root/ext/openssl/tests/bug38261.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/tests/bug38261.phpt')
-rw-r--r--ext/openssl/tests/bug38261.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/openssl/tests/bug38261.phpt b/ext/openssl/tests/bug38261.phpt
index 66de8b876c..6691947320 100644
--- a/ext/openssl/tests/bug38261.phpt
+++ b/ext/openssl/tests/bug38261.phpt
@@ -8,9 +8,9 @@ if (!extension_loaded("openssl")) die("skip");
<?php
$cert = false;
class test {
- function __toString() {
- return "test object";
- }
+ function __toString() {
+ return "test object";
+ }
}
$t = new test;