<?php

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

?>