Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     $this->expr = NULL;
     $this->loop_type = NULL;
 }
Esempio n. 2
0
 public function __construct()
 {
     parent::__construct();
     $expr = NULL;
 }
Esempio n. 3
0
 public function __construct()
 {
     parent::__construct();
     $this->stmt = NULL;
     $this->back_edge = FALSE;
 }