summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/bug74980.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opcache/tests/bug74980.phpt')
-rw-r--r--ext/opcache/tests/bug74980.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/opcache/tests/bug74980.phpt b/ext/opcache/tests/bug74980.phpt
index 40fd3cd537..e82e234bdd 100644
--- a/ext/opcache/tests/bug74980.phpt
+++ b/ext/opcache/tests/bug74980.phpt
@@ -16,7 +16,7 @@ class A
while ($undef) {
$arr[][] = NULL;
}
-
+
foreach ($arr as $a) {
bar($a + []);
}