예제 #1
0
 function __construct($allow_debug)
 {
     self::$no_debug = !($allow_debug && (DEBUG_PARSER || DEBUG_EVAL));
     $this->tokens = array();
     $this->pile_nom_boucles = array();
     $this->pile_boucle_courante = array();
     self::$debug_text = false;
 }