单项选择题

以下脚本输出什么()
< ?php echo ‘Testing ’.1+2.‘45’?>

A.Testing 1245
B.Testing 345
C.Testing 1+245
D.245