xref: /PHP-5.5/Zend/tests/exception_003.phpt (revision e4c76641)
1--TEST--
2Throwing exception in global scope
3--FILE--
4<?php
5
6throw new Exception(1);
7
8?>
9--EXPECTF--
10
11Fatal error: Uncaught exception 'Exception' with message '1' in %s:%d
12Stack trace:
13#0 {main}
14  thrown in %s on line %d
15