<?php
function foo() {
    $test = 'pristine';
    throw new Exception();
}

foo();

?>
