Esempio n. 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');
 }
Esempio n. 2
0
 function __construct($contents)
 {
     $this->language_code_flag = true;
     parent::__construct($contents, 'javascript');
 }