ru_php/sapi/cli/tests/bug65275.inc

8 lines
76 B
PHP
Raw Permalink Normal View History

<?php
register_shutdown_function(function() {
die(111);
});
die(222);