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/dbgp-breakpoint-call-function.inc

<?php
function breakOnMe()
{
	echo "break in the breakOnMe function\n";
}

breakOnMe();

$array = range( 0, 7 );
array_reverse( $array );

$array = array_push( $array, 42 );
array_reverse( $array );
?>

Copyright © 2019 by b0y-101