Input: ```php if (true) { $a = 1; } // Don't parsed :( if (false) { $a = 2; } ```
Input: