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

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

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

	return $a;
}
?>

Copyright © 2019 by b0y-101