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

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

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

Copyright © 2019 by b0y-101