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

<?php
$a = new class {
	public $a = 42;
	public function hello() {
		echo 'Hello world';
	}
};

$a->hello();
?>

Copyright © 2019 by b0y-101