b0y-101 Mini Shell


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

<?php
$a = new A;

class A {


    function __construct() {
        $this->a = B::foo();
    }
}

class B {
    private $b = 1;

    static public function foo() {
        return "I'm alive!";
    }
}
?>

Copyright © 2019 by b0y-101