<?php namespace Foo { use function foo; function foo(string $str) : int { return foo($str) + 1; } } namespace { function foo(string $str) : int { return strlen($str) * 5; } } namespace Foo { var_dump(foo("abc")); }
You have javascript disabled. You will not be able to edit any code.
There are `0` results