<?php

function foo() {
    throw new Exception();
}

'foo'
    ();

?>