b0y-101 Mini Shell


Current Path : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/profiler/
File Upload :
Current File : E:/www/b-group.old/spfin - Copy/testpayment/src/xdebug/tests/profiler/bug00785-001.inc

<?php
function foo() {
	$array = array( 1, 2, 3, 4, 5, 6 );

	$cb = function($a) { usleep(500); return $a * 3; };

	array_walk( $array, $cb );

	var_dump( $cb(7) );
}

foo();
?>

Copyright © 2019 by b0y-101