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/bug01779.inc

<?php
namespace MyDebug;

class DebugClass
{
    public static function createNestedThreeTimes(string $string)
    {
        return new self(
            strtolower(
                sprintf(
                    "%s",
                    $string
                )
            )
        );
    }

}

DebugClass::createNestedThreeTimes("testing");
?>

Copyright © 2019 by b0y-101