<?php

(function($obj) {
    throw new Exception();
})(new class {});

?>