About 22,500,000 results
Open links in new tab
  1. PHP parse/syntax errors; and how to solve them - Stack Overflow

    Parse error: syntax error, unexpected T_XXX Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE Parse error: syntax error, unexpected T_VARIABLE …

  2. r - Error: unexpected symbol/input/string constant/numeric …

    I received one of these errors. Error: unexpected symbol in "<my code>" Error: unexpected input in "<my code>" Error: unexpected string constant in "<my code>" Error:

  3. What should I do with "Unexpected indent" in Python?

    Unexpected indent. This line of code has more spaces at the start than the one before, but the one before is not the start of a subblock (e.g., the if, while, and for statements).

  4. Unexpected character encountered while parsing value

    Unexpected character encountered while parsing value Asked 11 years, 7 months ago Modified 1 year, 5 months ago Viewed 1.0m times

  5. JSON parsing error syntax error unexpected end of input

    Now before your callback is called, the browser would attempt to parse the message using JSON.parse which can give you "unexpected end of input" errors if the supplied byte length …

  6. Error: Uncaught SyntaxError: Unexpected token - Stack Overflow

    Error: Uncaught SyntaxError: Unexpected token < Asked 15 years, 3 months ago Modified 12 months ago Viewed 312k times

  7. syntaxerror: "unexpected character after line continuation …

    I am having problems with this Python program I am creating to do maths, working out and so solutions but I'm getting the syntax error: &quot;unexpected character after line continuation …

  8. Uncaught SyntaxError: Unexpected token u in JSON at position 0

    True. This just covers the Unexpected token u in JSON at position 0 and other issues still need to be handled. Will update my answer.

  9. javascript - syntax error: unexpected token < - Stack Overflow

    I looked in various places on the internet about this error, but could not solve or understand why it is happening. On my pc using EasyPHP works perfectly, but when I put online does not work. …

  10. sql - Unexpected EOF encountered in BCP - Stack Overflow

    5 "Unexpected EOF" normally means means the column or row terminator is not what you expect That is, your command line arguments for these do match the file Typical causes: Unix vs …