3v4l.org

run code in 300+ PHP versions simultaneously
<?php define('JIEQI_MODULE_NAME', 'system'); require_once('global.php'); jieqi_getconfigs(JIEQI_MODULE_NAME, 'blocks');//包含区块参数,没有区块的话可以注释掉,1.6版本可以直接在模版里调用区块,下面有具体说明 include_once(JIEQI_ROOT_PATH.'/headerzend.php'); //包含页头处理 $jieqiTpl->setCaching(0); //这个值是 0 表示不用缓存,1 表示启用缓存 $jieqiTset['jieqi_page_template']=JIEQI_ROOT_PATH.'/themes/quanben/theme-qb5-shouye.html'; $jieqiTpl->assign('time', time()); include_once(JIEQI_ROOT_PATH.'/footer.php');//包含页尾处理 ?>
Output for 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.10, 7.2.0
Warning: require_once(global.php): failed to open stream: No such file or directory in /in/ZK3F2 on line 3 Fatal error: require_once(): Failed opening required 'global.php' (include_path='.:') in /in/ZK3F2 on line 3
Process exited with code 255.

preferences:
113.06 ms | 402 KiB | 133 Q