foocorp-web-v1/bad-v2.php

13 lines
167 B
PHP
Raw Permalink Normal View History

2023-03-29 16:50:37 +02:00
<?php
function YOLOErrorHandler($errno, $errstr, $errfile, $errline)
{
// Yolo
return true;
}
set_error_handler("YOLOErrorHandler");
echo "aa";
echo $x[1];