<?php namespace Foo { function random_int(int $min, int $max) : int { return 4; } var_dump(random_int(32, 64)); var_dump(\random_int(32, 64)); }
You have javascript disabled. You will not be able to edit any code.