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

<?php
error_reporting( -1 );
function error_handler( int $errno, string $errstr, ...$rest)
{
	echo "IN ERROR HANDLER\n";
	throw new ErrorException( $errstr );
}

set_error_handler( 'error_handler' );

$variable1 = 42;
$variable2 = 42;
$variable3 = 42;
?>

Copyright © 2019 by b0y-101