79136109

Date: 2024-10-29 07:01:25
Score: 0.5
Natty:
Report link

From https://www.php.net/manual/en/function.register-shutdown-function.php

If you call exit() within one registered shutdown function, processing will stop completely and no other registered shutdown functions will be called.

Add a new handler to the very top of the code with the code:

exit();
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vitaly