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

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

	$func();
}

scoped();
scoped();
?>

Copyright © 2019 by b0y-101