diff options
Diffstat (limited to 'ext/opcache/tests/opt/dce_005.phpt')
-rw-r--r-- | ext/opcache/tests/opt/dce_005.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/opcache/tests/opt/dce_005.phpt b/ext/opcache/tests/opt/dce_005.phpt index 3888ccd53f..294cf92b33 100644 --- a/ext/opcache/tests/opt/dce_005.phpt +++ b/ext/opcache/tests/opt/dce_005.phpt @@ -13,8 +13,8 @@ opcache.preload= class A { } function foo(int $x) { - $a = new A; - $a->foo = $x; + $a = new A; + $a->foo = $x; } --EXPECTF-- $_main: ; (lines=1, args=0, vars=0, tmps=0) |