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/bug01105-002.inc

<?php
class foo {
	static function scope0() {
		$var = 'scope0';
		$break = null;
	}

	static function scope1() {
		$var = 'scope1';
		self::scope0();
	}

	static function scope2() {
		$var = 'scope2';
		self::scope1();
	}
}

foo::scope2();

?>

Copyright © 2019 by b0y-101