there is nothing you listed there that can't be easily worked around.
$tempVar = gimmeArray();
echo $tempVar[0];
are you really complaining about a single extra line of code here??
If you are worried about variable scoping, store your shit in the superglobals so you dont have to do that.
|