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

<?php
class A extends ArrayIterator
{
    protected $aa;
    public function __construct()
    {
        $this->aa = 302;
        parent::__construct(array( 2, 3, 4, 5));
    }
}

$a = new A();
var_dump($a); // put breakpoint here
?>

Copyright © 2019 by b0y-101