Browse source code
File: / tests/ PHP/ Depend/ _code/ code/ ASTForeachStatement/ testForeachStatementWithoutKeyAndWithValue.php
- Type
-
text/plain
- Last Author
- mapi
- Version
- 1115
| Line | Rev. | Author | Source | |
|---|---|---|---|---|
| 1 | 1115 | mapi | <?php | |
| 2 | ↓ | mapi | function testForeachStatementWithoutKeyAndWithValue() | |
| 3 | ↓ | mapi | { | |
| 4 | ↓ | mapi | foreach ($expr as $foo) { | |
| 5 | ↓ | mapi | ||
| 6 | ↓ | mapi | } | |
| 7 | ↓ | mapi | } | |