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/bug01388-03.inc

<?php
class foo {
	function breakpoint1()
	{
		$a = array( // line #1
			1 => "first", // line #2
			2 => "second",
		);
	}

	static function breakpoint2()
	{
		$a = array( // line #1
			1 => "first", // line #2
			2 => "second",
		);
	}
}

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

foo::breakpoint2();
?>

Copyright © 2019 by b0y-101