summaryrefslogtreecommitdiff
path: root/tests/classes/tostring_003.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/classes/tostring_003.phpt')
-rw-r--r--tests/classes/tostring_003.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/classes/tostring_003.phpt b/tests/classes/tostring_003.phpt
index 096a7502fe..e3bc7f8f2c 100644
--- a/tests/classes/tostring_003.phpt
+++ b/tests/classes/tostring_003.phpt
@@ -10,7 +10,7 @@ class Test
throw new Exception("Damn!");
return "Hello\n";
}
-
+
function __destruct()
{
echo $this;