码迷,mamicode.com
首页 > 其他好文 > 详细

Parse error: syntax error, unexpected '__data' (T_STRING), expecting ',' or ')'

时间:2017-12-20 03:39:55      阅读:319      评论:0      收藏:0      [点我收藏+]

标签:indent   xtend   就是   时报   tin   char   错误   col   parse   

使用laravel时,建立view文件引入dafault文件时报错:

Parse error: syntax error, unexpected ‘__data‘ (T_STRING), expecting ‘,‘ or ‘)‘;

这种错误的关键是:
expecting ‘,‘ or ‘)‘;

意思就是缺少: “,” 或者 “)”

检查发现是少了一个分号,记录一下。
@extends(‘layouts.default)

Parse error: syntax error, unexpected '__data' (T_STRING), expecting ',' or ')'

标签:indent   xtend   就是   时报   tin   char   错误   col   parse   

原文地址:http://www.cnblogs.com/chaoyong/p/8067716.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!