b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin/phppayment/src/xdebug/tests/debugger/
File Upload :
Current File : E:/www/b-group.old/spfin/phppayment/src/xdebug/tests/debugger/bug01007-simpleclass.inc

<?php
class SimpleClass
{
    const HELLO = "HELLO";
    public static $hello;

    public static function init(){
        return self::displayVar();
    }
    
    private static function displayVar() {
        
        self::$hello = self::HELLO;
        return self::$hello;
    }
}
?>

Copyright © 2019 by b0y-101