Example #1
0
 function parse_php()
 {
     if (!parent::parse_php()) {
         return false;
     }
     //end($this->hierarchy)->addXML('php', $this->status['text']);
     $index = null;
     //Needs to be passed by ref
     $this->hierarchy[count($this->hierarchy) - 1]->addXML('php', $this->status['text'], $index);
     return true;
 }