NOTICE: Trying to access array offset on value of type bool in /www/wwwroot/novel.phoenixfm.com/protected/tmp/c9213ae621d770fcc9315399ea2ba680.1765298032.book_comment.html.php on line 2

539.      $msg "ERROR";
540.      if($errno == E_WARNING)$msg "WARNING";
541.      if($errno == E_NOTICE)$msg "NOTICE";
542.      if($errno == E_STRICT)$msg "STRICT";
543.      if($errno == 8192)$msg "DEPRECATED";
544.      err("$msg$errstr in $errfile on line $errline");
545.  }
546.  function err($msg){
547.      $msg htmlspecialchars($msg);
548.      $traces debug_backtrace();
549.      if(!empty($GLOBALS['err_handler'])){
1.  <?php if(!class_exists("View"false)) exit("no direct access allowed");?>
2.  <input type="hidden" id="bookId" value="<?php echo htmlspecialchars($book['id'], ENT_QUOTES"UTF-8"); ?>"/>
3. 
4. 
5. 
6.  <div class="main box_center cf mb50">
7.      <div class="channelBookContent cf">
101.              </ul>
102.          </div>
103.      </div>
104.  </div>
105.  <!--<a href="https://s.click.taobao.com/fURZuAt" style="margin-left: 15px;" target="_blank"><img src="http://p1.renbenzhihui.com/upload/2024_49/17961530b981a3e.png" style="width:20%;height:auto;position: absolute;"></a>-->
106.  <?php include $_view_obj->compile($__template_file); ?>
107. 
108. 
109. 
110.  <div class="friend_link">
111.      <div class="box_center cf" id="friendLink">
416.          $complied_file $this->compile($tempalte_name);
417.          
418.          @ob_start();
419.          extract($this->template_valsEXTR_SKIP);
420.          $_view_obj = & $this;
421.          include $complied_file;
422.          
423.          return ob_get_clean();
424.      
425.      
426.      public function assign($mixed$val ''){
228.          $this->_auto_display false;
229.          
230.          if($return){
231.              return $this->_v->render($tpl_name);
232.          }else{
233.              echo $this->_v->render($tpl_name);
234.          }
235.      }
236.  }
237. 
238.  class Model{
115.  $controller_obj = new $controller_name();
116.  $controller_obj->$action_name();
117. 
118.  if($controller_obj->_auto_display){
119.      $auto_tpl_name = (empty($__module) ? '' $__module.DS).$__controller.'_'.$__action.'.html';
120.      if(file_exists(APP_DIR.DS.'protected'.DS.'view'.DS.$auto_tpl_name))$controller_obj->display($auto_tpl_name);
121.  }
122. 
123.  function url($c 'main'$a 'index'$param = array()){
124.      if(is_array($c)){
125.          $param $c;
3.  header('Access-Control-Allow-Origin: *');
4.  header('Access-Control-Allow-Methods: GET, POST, OPTIONS');
5.  header('Access-Control-Allow-Headers: Content-Type, Authorization, X-Requested-With');
6.  define('APP_DIR'realpath('./'));
7.  define("APP_PATH",dirname(__FILE__));
8.  require(APP_DIR.'/protected/lib/speed.php');