<?php
function foo(): AnyType {
   return $uninitialized;
}
foo();
?>