//控制器里面直接输出如下内容,代码不提示。TP报错机制已经开启
echo $aaaaaa;
bbbbbbbbb;
eco bbbbbbbb;
Notice: Undefined variable: aaaaaaaaaaa in D:\wamp\www\test.php on line 2
Notice: Use of undefined constant eco - assumed ‘eco‘ in D:\wamp\www\test.php on line 3
Notice: Use of undefined constant adsfasfafsasfasfasdf - assumed ‘bbbbbbb‘ in D:\wamp\www\test.php on line 4
dump($aaaaaa) ; //输出NULL
dump(bbbbbbbbb); //输出string(9) "bbbbbbbbb"