--TEST-- Passing Closure as parameter to an non-existent function --FILE-- --EXPECTF-- Strict Standards: call_user_func() expects parameter 1 to be a valid callback, non-static method foo::teste() should not be called statically in %s on line %d %string|unicode%(1) "x" array(1) { [0]=> object(Closure)#%d (1) { ["parameter"]=> array(2) { ["$a"]=> string(10) "" ["$b"]=> string(10) "" } } } int(1)