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

<?php

function sum($a, $b) {
    return $a + $b;
}

echo error_reporting() . PHP_EOL;
error_reporting(E_ALL);
echo error_reporting() . PHP_EOL;

$a = 1 + 179;
echo $a . PHP_EOL;

Copyright © 2019 by b0y-101