summaryrefslogtreecommitdiff
path: root/sapi/cli/tests/bug65275.inc
blob: 6b8a2ad948e562d84b2127cd87931e5b232ed3df (plain)
1
2
3
4
5
6
7
<?php

register_shutdown_function(function() {
	die(111);
});

die(222);