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/bug00790-001.inc

<?php
function callback($buffer)
{
	  // replace all the apples with oranges
	  return "[$buffer]\n";
}

function foo()
{
	// empty func
	echo "again\n";
}
xdebug_break();
trigger_error('test');
echo "test\n";
foo();
?>

Copyright © 2019 by b0y-101