<?php echo strtolower('ABC').PHP_EOL; function b($a) { print "b: $a\n"; } use function b as strtolower; echo strtolower('ABC').PHP_EOL;
You have javascript disabled. You will not be able to edit any code.