<?php function &get_ref($_): string { static $a = "f"; return $a; } function &get_ref2(): string { return "foo" |> get_ref(...); } echo get_ref2();
You have javascript disabled. You will not be able to edit any code.