summaryrefslogtreecommitdiff
path: root/Zend/tests/bug32833.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/bug32833.phpt')
-rw-r--r--Zend/tests/bug32833.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/bug32833.phpt b/Zend/tests/bug32833.phpt
index e58c8453d9..08ef1462e1 100644
--- a/Zend/tests/bug32833.phpt
+++ b/Zend/tests/bug32833.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug #32833 (Invalid opcode with $a[] .= '')
--FILE--
-<?php
+<?php
$test = array();
$test[] .= "ok\n";
echo $test[0];