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

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

die(222);