File "LowercaseDeclarationUnitTest.inc"

Full Path: /home/warrior1/public_html/wp-content/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/ControlStructures/LowercaseDeclarationUnitTest.inc
File size: 274 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

Foreach ($condition as $cond) {}

FOR ($i = 1; $i < 10; $i++) {}

wHile ($i < 10) {}

DO {
} While ($1 < 10)

Switch ($condition) {}

If ($condition) {
} elsE if ($condition) {
} elseIf ($condition) {
} else {
}

TRY {
} Catch (Exception $e) {
}

$r = MATCH ($x) {};