b0y-101 Mini Shell


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

<?php

class A
{
    public function __construct()
    {
    }
}

class B extends A
{
    public function __construct()
    {
        parent::__construct();
    }
}

new B();

Copyright © 2019 by b0y-101