xref: /PHP-8.1/Zend/tests/gh11108_shutdown.inc (revision 4c38a79f)
1<?php
2
3function test() {
4    throw new Exception();
5}
6