exit and die changed from language construct to functions - https://php.watch/versions/8.4/exit-die-as-functions
This also affects phan-taint-check how to detect exit and die calls
1) SecurityCheckTest::testIntegration with data set "exit" ('exit', 'integration/exit/test.php:4 S...aped\n')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
-'integration/exit/test.php:4 SecurityCheck-XSS Echoing expression that was not html escaped\n
-integration/exit/test.php:14 SecurityCheck-XSS Echoing expression that was not html escaped\n
-'
+''
/src/tests/SecurityCheckTest.php:181