mirror of
https://github.com/WordPress/WordPress-Coding-Standards.git
synced 2026-07-27 10:37:02 +08:00
This handles: - Plain variables, ex: $foo - Object vars, ex: $foo->bar - Array members, ex: $foo['bar'] And it supports searching for all of the previous within double quoted strings as well. |
||
|---|---|---|
| .. | ||
| VariableRestrictionsUnitTest.inc | ||
| VariableRestrictionsUnitTest.php | ||