020.phpt   [plain text]


--TEST--
Exception thrown from function with return type
--FILE--
<?php
function test() : array {
    throw new Exception();
}

test();
--EXPECTF--
Fatal error: Uncaught Exception in %s:%d
Stack trace:
#0 %s(%d): test()
#1 {main}
  thrown in %s on line %d