07-16-2009, 04:35 AM
|
#1 (permalink)
|
|
The Prestige
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
|
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
|
|
|
|