xref
: /
PHP-7.2
/
tests
/
lang
/
inc_throw.inc
(revision 801c7952)
Home
History
Annotate
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
throw new Exception();
4
5
?>
6