<?php

$fiber = new Fiber(fn() => null);

echo "done";

?>