thinkphp hint Syntax Error unexpected how to solve

Source: Internet
Author: User

Very strange, the program in the local same server software under the normal operation, after the error:

Syntax error, unexpected ' [' 47th line,

Check the corresponding row, write a value of a query array

{$user =cookie (' user ') [' ID ']}

Carefully checked, the local running is PHP 5.6N, the server is running php5.3n, may be related to the PHP version, after the replacement version is indeed normal.

I later learned that PHP5.4 the following does not support this type of writing, instead:

$user =cookie (' user ');
$user [' id '];

Re-test found that everything is normal, it is likely that PHP 5.4 below does not support $STR [0][0] This writing, have encountered the same problem friends may wish to try.


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.