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

<?php
function test($import)
{
	$local = 1;

	$local_two = 'test: ' . $import;

	xdebug_break();
    $local_three = 3;
}

$main_local = 42;
$array = [ 'one', 'two', 'three' ];
array_map( 'test', $array );

Copyright © 2019 by b0y-101