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

<?php

class A
{
    private $testA;
    private $testC;
    
    public function __construct()
    {
        $this->testA = 'testable';
		$this->testC = new B;
    }
}

class B
{
	private $testB;
}

$foo = 23;

$object = new A();
$iterator = new RecursiveArrayIterator($object);
$clone = $iterator->getArrayCopy();

echo $foo;
?>

Copyright © 2019 by b0y-101