summaryrefslogtreecommitdiff
path: root/Zend/tests/bug43450.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug43450.phpt')
-rw-r--r--Zend/tests/bug43450.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/bug43450.phpt b/Zend/tests/bug43450.phpt
index f0cd4f75bc..f01cfc592e 100644
--- a/Zend/tests/bug43450.phpt
+++ b/Zend/tests/bug43450.phpt
@@ -8,7 +8,7 @@ opcache.enable_cli=0
<?php
error_reporting(E_ALL|E_STRICT);
-class Foo
+class Foo
{
public function __toString()
{
@@ -19,7 +19,7 @@ class Foo
$num_repeats = 100000;
$start = memory_get_usage() / 1024;
-for ($i=1;$i<$num_repeats;$i++)
+for ($i=1;$i<$num_repeats;$i++)
{
$foo = new Foo();
md5($foo);