Arbit - project tracking

PHP Depend

Browse source code

File: / tests/ PHP/ Depend/ _code/ code/ ASTForeachStatement/ testForeachStatementThrowsExpectedExceptionForKeyByReference.php

Type
text/plain text/plain
Last Author
mapi
Version
1115
Line Rev. Author Source
1 1115 mapi <?php
2 mapi function testForeachStatementThrowsExpectedExceptionForKeyByReference()
3 mapi {
4 mapi foreach ($expr as &$key => &$value) {}
5 mapi }