Exemple #1
0
 function parse_tag_default()
 {
     if (!parent::parse_tag_default()) {
         return false;
     }
     if ($this->status['tag_name'][0] !== '?') {
         $this->parse_hierarchy($this->status['self_close'] ? true : null);
     }
     return true;
 }
Exemple #2
0
 function parse_tag_default()
 {
     if (!parent::parse_tag_default()) {
         return false;
     }
     $this->parse_hierarchy($this->status['self_close'] ? true : null);
     return true;
 }