bad bad bad

This commit is contained in:
Ludovic Poujol 2023-03-29 16:50:37 +02:00
parent 152e599d04
commit 4482df3980
2 changed files with 12 additions and 0 deletions

12
bad-v2.php Normal file
View File

@ -0,0 +1,12 @@
<?php
function YOLOErrorHandler($errno, $errstr, $errfile, $errline)
{
// Yolo
return true;
}
set_error_handler("YOLOErrorHandler");
echo "aa";
echo $x[1];