1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 18:22:42 +01:00
Files
archived-php-src/tests/lang/inc_throw.inc
2008-03-19 18:06:22 +00:00

6 lines
34 B
PHP

<?php
throw new Exception();
?>