xref: /PHP-8.1/sapi/cli/tests/bug65275.inc (revision c5401854)
1<?php
2
3register_shutdown_function(function() {
4    die(111);
5});
6
7die(222);
8