Пример #1
0
 /**
  * Return a pointer to the head of the configuration list and
  * reset the list
  * @see $current
  * @return PHP_ParserGenerator_Config
  */
 public static function Configlist_return()
 {
     $old = self::$current;
     self::$current = 0;
     self::$currentend =& self::$current;
     return $old;
 }