diff options
Diffstat (limited to 'ext/opcache/tests/opt/block_pass_002.phpt')
-rw-r--r-- | ext/opcache/tests/opt/block_pass_002.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/opcache/tests/opt/block_pass_002.phpt b/ext/opcache/tests/opt/block_pass_002.phpt index ef7bf479c5..38722ea49b 100644 --- a/ext/opcache/tests/opt/block_pass_002.phpt +++ b/ext/opcache/tests/opt/block_pass_002.phpt @@ -9,9 +9,9 @@ opcache.optimization_level=-1 --FILE-- <?php function foo($key, $value, array $attributes) { - return is_array($value) - ? [$key, array_merge($value, $attributes)] - : [$value, $attributes]; + return is_array($value) + ? [$key, array_merge($value, $attributes)] + : [$value, $attributes]; } ?> OK |