summaryrefslogtreecommitdiff
path: root/Zend/tests/031.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/tests/031.phpt')
-rw-r--r--Zend/tests/031.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/tests/031.phpt b/Zend/tests/031.phpt
index 8db52a5deb..116a0e8f2c 100644
--- a/Zend/tests/031.phpt
+++ b/Zend/tests/031.phpt
@@ -1,7 +1,7 @@
--TEST--
Testing array with '[]' passed as argument by value
--FILE--
-<?php
+<?php
function test($var) { }
test($arr[]);