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

<?php
class foo {
	private $bar;

	function __construct()
	{
		$this->bar = 42;
	}

	function __debugInfo()
	{
		return [ 'bar' => 50 ];
	}
}

$f = new foo();
var_dump( $f );

Copyright © 2019 by b0y-101