>>603,605
それがこうしても同じエラーなんですよ。

function my_func( $str )
{
return array('hoge' => 'hogehoge', 'foo' => $str);
}

$bar = my_func('TEST');