xref
: /
PHP-8.1
/
Zend
/
tests
/
gh11108_shutdown.inc
(revision 4c38a79f)
Home
History
Annotate
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
function test() {
4
throw new Exception();
5
}
6