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/bug01083.inc

<?php


function phpErrorCatcher($no = 0, $str = null, $file = null, $line = 0) {
    throw new Exception($str);
}

set_error_handler("phpErrorCatcher", E_ALL);

function my_exception_handler() {
    xdebug_break();
}

set_exception_handler("my_exception_handler");



function causeError() {
    echo $undefined;
}



causeError();
?>

Copyright © 2019 by b0y-101