xref: /php-src/tests/lang/inc_throw.inc (revision da3c0d39)
1<?php
2
3throw new Exception();
4
5?>
6