Browse source code
File: / test/ PHP/ PMD/ _files/ Regression/ 007/ testFormalParameterUsedInDoubleQuoteStringGetsNotReported.php
- Type
-
text/plain
- Last Author
- mapi
- Version
- 187
| Line | Rev. | Author | Source | |
|---|---|---|---|---|
| 1 | 187 | mapi | <?php | |
| 2 | ↓ | mapi | class testFormalParameterUsedInDoubleQuoteStringGetsNotReported | |
| 3 | ↓ | mapi | { | |
| 4 | ↓ | mapi | public function testFormalParameterUsedInDoubleQuoteStringGetsNotReported($usedParam) | |
| 5 | ↓ | mapi | { | |
| 6 | ↓ | mapi | echo "Testing {$usedParam} inside a double quoted string"; | |
| 7 | ↓ | mapi | } | |
| 8 | ↓ | mapi | } | |