0
如何在heredoc中使用@
錯誤控制器?就像在我想重新顯示,目前尚未通過驗證的輸入表單字段的內容的情況:我得到的錯誤,當我定界符中使用@
如下:在heredoc中使用@ error controller
<<<EOS
<input name="firstname" type="text" value="{@$_POST['firstname']}" />
EOS;
Parse error: syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or number (T_NUM_STRING)
什麼樣的錯誤? – DaGardner
爲什麼你需要'@'呢?這隻表現出糟糕的設計。 – str