What the heck is $function(); and $$variable for?
$function();
$$variable
Have never heard of these before, and searching on google doesn't give anything useful (possible that my keywords aren't perfect).
via https://stackoverflow.com/questions/4891301/top-bad-practices-in-php/4891422#4891422
$function() is a variable function and $$variable is a variable variable.
$function()
Those linked pages should give you plenty to go on, or at the very least some actual words to search with.
2.1m questions
2.1m answers
60 comments
57.0k users