History
Version 1078
at Thursday 18 February 2010 21:26:06 UTC - Implemented #105: Support for deep search implement.Diff
| 1077 | 1078 | /tests/PHP/Depend/_code/code/Interface/testGetFirstChildOfTypeFindsASTNodeInMethodDeclaration.php |
|---|---|---|
| 2 | +<?php | |
| 3 | +interface testGetFirstChildOfTypeFindsASTNodeInMethodDeclaration | |
| 4 | +{ | |
| 5 | + public function foo(array $x); | |
| 6 | +} | |
| 1077 | 1078 | /tests/PHP/Depend/_code/code/Interface/testFindChildrenOfTypeFindsASTNodeInMethodDeclarations.php |
| 2 | +<?php | |
| 3 | +interface testFindChildrenOfTypeFindsASTNodeInMethodDeclarations | |
| 4 | +{ | |
| 5 | + public function foo($x, $y); | |
| 6 | + public function bar($z); | |
| 7 | + public function baz($baz); | |
| 8 | +} |