b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/coverage/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/coverage/bug01509.inc

<?php
class TestClass
{
    public static function someMethod($case)
    {
        switch ($case) {
            case 'foo':
                return 1;
                break;
            case 'bar':
                return 2;
                break;
            default:
                return 3;
                break;
        }
    }
}

TestClass::someMethod('foo');
TestClass::someMethod('bar');
TestClass::someMethod('1');

?>

Copyright © 2019 by b0y-101