summaryrefslogtreecommitdiff
path: root/Zend/tests/031.phpt
blob: 8db52a5debbab901eafd1daec78a63b94a05330c (plain)
1
2
3
4
5
6
7
8
9
10
11
--TEST--
Testing array with '[]' passed as argument by value
--FILE--
<?php 

function test($var) { }
test($arr[]);

?>
--EXPECTF--
Fatal error: Cannot use [] for reading in %s on line %d