php 解析yaml,php yaml 解析 报错问题

今天用php写了一个简单的博客引擎,其中要用php yaml解析器,但是在使用的过程中遇到了这样的报错

[09-Dec-2017 14:54:25 PRC] PHP Warning: yaml_parse(): end of stream reached without finding document 0 in /home/twikoizo/public_html/dev/core/module/controller/page.php on line 23

page.php如下:

if (!defined('DEV')) die('Hay , there ! This is a part of the Twic-development-area .');

if (!file_exists(PATH_PAGE.DS.$dev->stage().DS.'content.yaml'))

{

$dev->redirect('error?error=404');

exit;

}

else

{

$content_from_file = file_get_contents(PATH_PAGE.DS.$dev->stage().DS.'content.yaml');

}

//start parsing yaml content file

$content_yaml_parsed = yaml_parse($content_from_file);

//assign the parsed content to the object

$pro->assign($content_yaml_parsed);

//load template

if ($pro->fetch('template') != null)

{

require_once(PATH_MODULE.DS.'template'.DS.$pro->fetch('template').'.php');

}

else

{

require_once(PATH_MODULE.DS.'template'.DS.'default.php');

}

?>

测试的yaml文件如下:

title : 开发区首页

template : default

text : >

#test content

*to be displayed there*

请问哪里出了问题?讲解时附上简短代码,谢谢!

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值