1 2 3 4 5 6 7 8 9 10
--TEST-- Trying to throw a non-object --FILE-- <?php throw 1; ?> --EXPECTF-- Fatal error: Can only throw objects in %s on line %d