Arbit - project tracking

PHP Depend

Browse source code

File: / tests/ PHP/ Depend/ _code/ code/ ASTCatchStatement/ testCatchStatementVariableHasExpectedStartColumn.php

Type
text/plain text/plain
Last Author
mapi
Version
1015
Line Rev. Author Source
1 1015 mapi <?php
2 mapi function testCatchStatementVariableHasExpectedStartLine()
3 mapi {
4 mapi try {
5 mapi x();
6 mapi } catch (
7 mapi Exception
8 mapi $e
9 mapi ) {}
10 mapi }