<?php namespace Utils\Left { function whichHand() { echo "I'm using my left hand!"; } } namespace Utils\Right { function whichHand() { echo "I'm using my right hand!"; } } namespace { Utils\Left\whichHand(); Utils\Right\whichHand(); use function Utils\Left\whichHand as leftHand, Utils\Right\whichHand as rightHand; leftHand(); rightHand(); }
You have javascript disabled. You will not be able to edit any code.
Value for `_results` contains invalid data `array`