Files
webserver/tests/web/exit.php
T

4 lines
37 B
PHP
Raw Normal View History

2026-07-21 08:39:17 -04:00
<?php
echo "about to exit";
exit(1);