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

<?php
class WithProtectedClosure
{
	protected $c;

	function __construct() {
		$this->c = function() { echo "Hi!\n"; };
	}
}

$obj = new WithProtectedClosure();

var_dump($obj);
?>

Copyright © 2019 by b0y-101