<?php namespace a { function foo(string $str): void { var_dump($str); } } namespace b { \a\foo(false); }
You have javascript disabled. You will not be able to edit any code.