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-003.inc

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

	function scope1() {
		$var = 'scope1';
		$this->scope0();
	}

	function scope2() {
		$var = 'scope2';
		$this->scope1();
	}
}

$f = new foo;
$f->scope2();

?>

Copyright © 2019 by b0y-101