?????????? ????????? - ??????????????? - /opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/Tokenizer/RecurseScopeMapCaseKeywordConditionsTest.inc
???????
<?php enum Foo { /* testPureEnumCase */ case SOME_CASE; } enum Boo: int { /* testBackingIntegerEnumCase */ case ONE = 1; } enum Hoo: string { /* testBackingStringEnumCase */ case ONE = 'one'; } enum ComplexEnum: int implements SomeInterface { use SomeTrait { traitMethod as enumMethod; } const SOME_CONSTANT = true; /* testEnumCaseInComplexEnum */ case ONE = 1; /* testEnumCaseIsCaseInsensitive */ CaSe TWO = 2; public function someMethod(): bool { switch (true) { /* testCaseWithSemicolonIsNotEnumCase */ case CONSTANT; } } /* testEnumCaseAfterSwitch */ case THREE = 3; public function someOtherMethod(): bool { switch (true): case false: endswitch; } /* testEnumCaseAfterSwitchWithEndSwitch */ case FOUR = 4; } switch (true) { /* testCaseWithConstantIsNotEnumCase */ case CONSTANT: /* testCaseWithConstantAndIdenticalIsNotEnumCase */ case CONSTANT === 1: /* testCaseWithAssignmentToConstantIsNotEnumCase */ case CONSTANT = 1: /* testIsNotEnumCaseIsCaseInsensitive */ cAsE CONSTANT: /* testCaseConstantCloserMarker */ } switch ($x) { /* testCaseInSwitchWhenCreatingEnumInSwitch1 */ case 'a': { enum Foo {} break; /* testCaseInSwitchWhenCreatingEnumInSwitch1CloserMarker */ } /* testCaseInSwitchWhenCreatingEnumInSwitch2 */ case 'b'; enum Bar {} /* testCaseInSwitchWhenCreatingEnumInSwitch2CloserMarker */ break; } enum Foo: string { /* testKeywordAsEnumCaseNameShouldBeString1 */ case INTERFACE = 'interface'; /* testKeywordAsEnumCaseNameShouldBeString2 */ case TRAIT = 'trait'; /* testKeywordAsEnumCaseNameShouldBeString3 */ case ENUM = 'enum'; /* testKeywordAsEnumCaseNameShouldBeString4 */ case FUNCTION = 'function'; /* testKeywordAsEnumCaseNameShouldBeString5 */ case FALSE = 'false'; /* testKeywordAsEnumCaseNameShouldBeString6 */ case DEFAULT = 'default'; /* testKeywordAsEnumCaseNameShouldBeString7 */ case ARRAY = 'array'; /* testKeywordAsEnumCaseNameShouldBeString8 */ case EXIT = 'exit'; } // Test for https://github.com/squizlabs/PHP_CodeSniffer/issues/497 switch ($value): /* testSwitchCaseScopeCloserSharedWithSwitch */ case 1: echo 'one'; endswitch; // Test for https://github.com/squizlabs/PHP_CodeSniffer/issues/879 switch ($type) { /* testSwitchCaseNestedIfWithAndWithoutBraces */ case 1: if ($foo) { return true; } elseif ($baz) return true; else { echo 'else'; } break; } // Test for https://github.com/squizlabs/PHP_CodeSniffer/issues/1590 switch ($num) { /* testSwitchCaseNestedInlineIfWithMoreThanThreeLines */ case 0: if (1 > $num) return bar( baz( "foobarbaz" ) ); break; }
| ver. 1.6 |
Github
|
.
| PHP 8.2.30 | ??????????? ?????????: 0 |
proxy
|
phpinfo
|
???????????