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

<?php
class Bar {
    static $var = 52;
    public static function f2() {
        foo();
    }
}

function foo() {
    echo "hi"; // put breakpoint here
}

Bar::f2();

Copyright © 2019 by b0y-101