--TEST-- Passing Closure as parameter to an non-existent function --FILE-- --EXPECTF-- Deprecated: Required parameter $b follows optional parameter $a in %s on line %d string(1) "x" array(1) { [0]=> object(Closure)#%d (1) { ["parameter"]=> array(2) { ["$a"]=> string(10) "" ["$b"]=> string(10) "" } } } int(1)