Browse source code
File: / tests/ PHP/ Depend/ _code/ code/ ASTMemberPrimaryPrefix/ testObjectMethodMemberPrimaryPrefixIsStaticReturnsFalse.php
- Type
-
text/plain
- Last Author
- mapi
- Version
- 1013
| Line | Rev. | Author | Source | |
|---|---|---|---|---|
| 1 | 1013 | mapi | <?php | |
| 2 | ↓ | mapi | function testObjectMethodMemberPrimaryPrefixIsStaticReturnsFalse($object) | |
| 3 | ↓ | mapi | { | |
| 4 | ↓ | mapi | return $object->bar(); | |
| 5 | ↓ | mapi | } | |