Anons79 Mini Shell

Directory : /home/proudlyafrican/public_html/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/
Upload File :
Current File : /home/proudlyafrican/public_html/vendor/nikic/php-parser/test/code/prettyPrinter/stmt/switch.test

switch/case/default
-----
<?php

switch ($expr) {
    case 0:
        echo 'First case, with a break';
        break;
    case 1:
        echo 'Second case, which falls through';
    case 2:
    case 3:
    case 4:
        echo 'Third case, return instead of break';
        return;
    // Comment
    default:
        echo 'Default case';
        break;
}
-----
switch ($expr) {
    case 0:
        echo 'First case, with a break';
        break;
    case 1:
        echo 'Second case, which falls through';
    case 2:
    case 3:
    case 4:
        echo 'Third case, return instead of break';
        return;
    // Comment
    default:
        echo 'Default case';
        break;
}

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]