bug65275.inc 76 B

1234567
  1. <?php
  2. register_shutdown_function(function() {
  3. die(111);
  4. });
  5. die(222);