Return to 031.phpt CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / php / Zend / tests |
Initial revision
--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