<?php namespace Foo { use function strlen; $string = str_repeat("a", rand(10, 20)); echo "hmm"; echo "strlen is " . strlen($string); echo "strpos is " . \strpos($string, "a"); }
You have javascript disabled. You will not be able to edit any code.