Annotation of embedaddon/php/Zend/tests/032.phpt, revision 1.1

1.1     ! misho       1: --TEST--
        !             2: Testing array with '[]' passed as argument by reference
        !             3: --FILE--
        !             4: <?php 
        !             5: 
        !             6: function test(&$var) { }
        !             7: test($arr[]);
        !             8: 
        !             9: print "ok!\n";
        !            10: 
        !            11: ?>
        !            12: --EXPECT--
        !            13: ok!

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>