b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/coverage/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/coverage/bug01679.inc

<?php
class pow {}

class Test
{
	static $foo = 42;

	public function doSomething()
	{
		new pow(
			static::$foo,
			3
		);
	}
}
?>

Copyright © 2019 by b0y-101