📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-30 00:02:05
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
tests
/
Core
/
Tokenizers
/
Tokenizer
✏️
Editing: RecurseScopeMapIfKeywordConditionsTest.inc
<?php // Test for https://github.com/squizlabs/PHP_CodeSniffer/issues/497 /* testIfElseWithNestedCaseMissingBreak */ if ($foo === true): switch ($bar): case 1: echo 'one'; endswitch; /* testIfElseWithNestedCaseMissingBreakCloser */ else: echo 'other'; endif;
💾 Save Changes
❌ Cancel