zoukankan      html  css  js  c++  java
  • PHP定界符出现错误

    Parse error: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (T_END_HEREDOC) or ${ (T_DOLLAR_OPEN_CURLY_BRACES) or {$ (T_CURLY_OPEN)

    今天上课在运动定界符Heredoc和Nowdoc是报的错,最后发现即使写完后面的定界符,也一定要把光标停留在下一行,就解决了

    1  echo <<<ABC

    2  45645646465

    3  ABC;

    4

  • 相关阅读:
    LeetCode
    LeetCode
    LeetCode
    LeetCode
    LeetCode
    LeetCode
    LeetCode
    LeetCode
    LeetCode
    LeetCode
  • 原文地址:https://www.cnblogs.com/inana/p/7389902.html
Copyright © 2011-2022 走看看