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