Пример #1
0
 function __construct($contents)
 {
     $this->language_code_start = array('T_OPEN_TAG', 'T_OPEN_TAG_WITH_ECHO');
     $this->language_code_end = array('T_CLOSE_TAG');
     $this->language_code_flag = false;
     parent::__construct($contents, 'php');
 }
Пример #2
0
 function __construct($contents)
 {
     $this->language_code_flag = true;
     parent::__construct($contents, 'javascript');
 }