多项选择题

以下程序的输出为()。 $a="go ";$$a="here"; $$a. = " ok ";echo $go; a="here" a.=" ok " echo="" php>

A.go
B.here ok
C.go here
D.here