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