php-src/Zend/tests/031.phpt

12 lines
188 B
Plaintext
Raw Normal View History

2008-05-11 03:15:13 +00:00
--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