<?php function myFunc(string $str): void { echo $str; } myFunc(123);
You have javascript disabled. You will not be able to edit any code.