--TEST-- Generator::throw() with something that's not an exception --FILE-- throw(new stdClass); ?> --EXPECTF-- Fatal error: Uncaught TypeError: Generator::throw(): Argument #1 ($exception) must be of type Throwable, stdClass given in %s:%d Stack trace: #0 %s(%d): Generator->throw(Object(stdClass)) #1 {main} thrown in %s on line %d