<?php

$e = new Exception;
$ref =& $e;
throw $e;

?>