View Single Post
Old 07-16-2009, 04:35 AM   #1 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default object(Closure)#1 (0) { }

In PHP 5.3.0, when I do this:
Code:
var_dump(function(){});
It returns an object named Closure, functions are objects now?
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote