--TEST-- call_user_func() and return value --FILE-- --EXPECT-- Direct Call string(5) "test1" User Func string(5) "test1" Direct Call string(5) "test2" User Func string(5) "test2"