Advertisement
Guest User

unzend.com_281

a guest
Jun 21st, 2015
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 24.24 KB | None | 0 0
  1. <?php
  2. // Ioncube Decoder Unzend.Com Email unzend@gmail.com
  3. // http://www.unzend.com
  4. /**
  5.  * Auto-generated class. CPP syntax highlighting
  6.  *
  7.  *
  8.  * Thanks to Aaron Kalin for initial
  9.  * implementation of this highlighter
  10.  *      
  11.  *
  12.  * PHP version 4 and 5
  13.  *
  14.  * LICENSE: This source file is subject to version 3.0 of the PHP license
  15.  * that is available through the world-wide-web at the following URI:
  16.  * http://www.php.net/license/3_0.txt.  If you did not receive a copy of
  17.  * the PHP License and are unable to obtain it through the web, please
  18.  * send a note to license@php.net so we can mail you a copy immediately.
  19.  *
  20.  * @copyright  2004-2006 Andrey Demenev
  21.  * @license    http://www.php.net/license/3_0.txt  PHP License
  22.  * @link       http://pear.php.net/package/Text_Highlighter
  23.  * @category   Text
  24.  * @package    Text_Highlighter
  25.  * @version    generated from: : cpp.xml,v 1.1 2007/06/03 02:35:28 ssttoo Exp
  26.  * @author Aaron Kalin
  27.  * @author Andrey Demenev <demenev@gmail.com>
  28.  *
  29.  */
  30.  
  31. /**
  32.  * Auto-generated class. CPP syntax highlighting
  33.  *
  34.  * @author Aaron Kalin
  35.  * @author Andrey Demenev <demenev@gmail.com>
  36.  * @category   Text
  37.  * @package    Text_Highlighter
  38.  * @copyright  2004-2006 Andrey Demenev
  39.  * @license    http://www.php.net/license/3_0.txt  PHP License
  40.  * @version    Release: 0.7.1
  41.  * @link       http://pear.php.net/package/Text_Highlighter
  42.  */
  43. class  Text_Highlighter_CPP extends Text_Highlighter
  44. {
  45.     var $_language = 'cpp';
  46.  
  47.     /**
  48.      *  Constructor
  49.      *
  50.      * @param array  $options
  51.      * @access public
  52.      */
  53.     function __construct($options=array())
  54.     {
  55.  
  56.         $this->_options = $options;
  57.         $this->_regs = array (
  58.             -1 => '/((?i)")|((?i)\\{)|((?i)\\()|((?i)\\[)|((?i)[a-z_]\\w*)|((?mi)^[ \\t]*#include)|((?mii)^[ \\t]*#[ \\t]*[a-z]+)|((?i)\\d*\\.?\\d+)|((?i)\\/\\*)|((?i)\\/\\/.+)/',
  59.             0 => '/((?i)\\\\)/',
  60.             1 => '/((?i)")|((?i)\\{)|((?i)\\()|((?i)\\[)|((?i)[a-z_]\\w*)|((?i)\\b0[xX][\\da-f]+)|((?i)\\b\\d\\d*|\\b0\\b)|((?i)\\b0[0-7]+)|((?i)\\b(\\d*\\.\\d+)|(\\d+\\.\\d*))|((?mi)^[ \\t]*#include)|((?mii)^[ \\t]*#[ \\t]*[a-z]+)|((?i)\\d*\\.?\\d+)|((?i)\\/\\*)|((?i)\\/\\/.+)/',
  61.             2 => '/((?i)")|((?i)\\{)|((?i)\\()|((?i)\\[)|((?i)[a-z_]\\w*)|((?i)\\b0[xX][\\da-f]+)|((?i)\\b\\d\\d*|\\b0\\b)|((?i)\\b0[0-7]+)|((?i)\\b(\\d*\\.\\d+)|(\\d+\\.\\d*))|((?mi)^[ \\t]*#include)|((?mii)^[ \\t]*#[ \\t]*[a-z]+)|((?i)\\d*\\.?\\d+)|((?i)\\/\\*)|((?i)\\/\\/.+)/',
  62.             3 => '/((?i)")|((?i)\\{)|((?i)\\()|((?i)\\[)|((?i)[a-z_]\\w*)|((?i)\\b0[xX][\\da-f]+)|((?i)\\b\\d\\d*|\\b0\\b)|((?i)\\b0[0-7]+)|((?i)\\b(\\d*\\.\\d+)|(\\d+\\.\\d*))|((?mi)^[ \\t]*#include)|((?mii)^[ \\t]*#[ \\t]*[a-z]+)|((?i)\\d*\\.?\\d+)|((?i)\\/\\*)|((?i)\\/\\/.+)/',
  63.             4 => '//',
  64.             5 => '/((?i)")|((?i)<)/',
  65.             6 => '/((?i)")|((?i)\\{)|((?i)\\()|((?i)[a-z_]\\w*)|((?i)\\b0[xX][\\da-f]+)|((?i)\\b\\d\\d*|\\b0\\b)|((?i)\\b0[0-7]+)|((?i)\\b(\\d*\\.\\d+)|(\\d+\\.\\d*))|((?i)\\/\\*)|((?i)\\/\\/.+)/',
  66.             7 => '/((?i)\\$\\w+\\s*:.+\\$)/',
  67.             8 => '/((?i)\\$\\w+\\s*:.+\\$)/',
  68.         );
  69.         $this->_counts = array (
  70.             -1 =>
  71.             array (
  72.                 0 => 0,
  73.                 1 => 0,
  74.                 2 => 0,
  75.                 3 => 0,
  76.                 4 => 0,
  77.                 5 => 0,
  78.                 6 => 0,
  79.                 7 => 0,
  80.                 8 => 0,
  81.                 9 => 0,
  82.             ),
  83.             0 =>
  84.             array (
  85.                 0 => 0,
  86.             ),
  87.             1 =>
  88.             array (
  89.                 0 => 0,
  90.                 1 => 0,
  91.                 2 => 0,
  92.                 3 => 0,
  93.                 4 => 0,
  94.                 5 => 0,
  95.                 6 => 0,
  96.                 7 => 0,
  97.                 8 => 2,
  98.                 9 => 0,
  99.                 10 => 0,
  100.                 11 => 0,
  101.                 12 => 0,
  102.                 13 => 0,
  103.             ),
  104.             2 =>
  105.             array (
  106.                 0 => 0,
  107.                 1 => 0,
  108.                 2 => 0,
  109.                 3 => 0,
  110.                 4 => 0,
  111.                 5 => 0,
  112.                 6 => 0,
  113.                 7 => 0,
  114.                 8 => 2,
  115.                 9 => 0,
  116.                 10 => 0,
  117.                 11 => 0,
  118.                 12 => 0,
  119.                 13 => 0,
  120.             ),
  121.             3 =>
  122.             array (
  123.                 0 => 0,
  124.                 1 => 0,
  125.                 2 => 0,
  126.                 3 => 0,
  127.                 4 => 0,
  128.                 5 => 0,
  129.                 6 => 0,
  130.                 7 => 0,
  131.                 8 => 2,
  132.                 9 => 0,
  133.                 10 => 0,
  134.                 11 => 0,
  135.                 12 => 0,
  136.                 13 => 0,
  137.             ),
  138.             4 =>
  139.             array (
  140.             ),
  141.             5 =>
  142.             array (
  143.                 0 => 0,
  144.                 1 => 0,
  145.             ),
  146.             6 =>
  147.             array (
  148.                 0 => 0,
  149.                 1 => 0,
  150.                 2 => 0,
  151.                 3 => 0,
  152.                 4 => 0,
  153.                 5 => 0,
  154.                 6 => 0,
  155.                 7 => 2,
  156.                 8 => 0,
  157.                 9 => 0,
  158.             ),
  159.             7 =>
  160.             array (
  161.                 0 => 0,
  162.             ),
  163.             8 =>
  164.             array (
  165.                 0 => 0,
  166.             ),
  167.         );
  168.         $this->_delim = array (
  169.             -1 =>
  170.             array (
  171.                 0 => 'quotes',
  172.                 1 => 'brackets',
  173.                 2 => 'brackets',
  174.                 3 => 'brackets',
  175.                 4 => '',
  176.                 5 => 'prepro',
  177.                 6 => 'prepro',
  178.                 7 => '',
  179.                 8 => 'mlcomment',
  180.                 9 => 'comment',
  181.             ),
  182.             0 =>
  183.             array (
  184.                 0 => '',
  185.             ),
  186.             1 =>
  187.             array (
  188.                 0 => 'quotes',
  189.                 1 => 'brackets',
  190.                 2 => 'brackets',
  191.                 3 => 'brackets',
  192.                 4 => '',
  193.                 5 => '',
  194.                 6 => '',
  195.                 7 => '',
  196.                 8 => '',
  197.                 9 => 'prepro',
  198.                 10 => 'prepro',
  199.                 11 => '',
  200.                 12 => 'mlcomment',
  201.                 13 => 'comment',
  202.             ),
  203.             2 =>
  204.             array (
  205.                 0 => 'quotes',
  206.                 1 => 'brackets',
  207.                 2 => 'brackets',
  208.                 3 => 'brackets',
  209.                 4 => '',
  210.                 5 => '',
  211.                 6 => '',
  212.                 7 => '',
  213.                 8 => '',
  214.                 9 => 'prepro',
  215.                 10 => 'prepro',
  216.                 11 => '',
  217.                 12 => 'mlcomment',
  218.                 13 => 'comment',
  219.             ),
  220.             3 =>
  221.             array (
  222.                 0 => 'quotes',
  223.                 1 => 'brackets',
  224.                 2 => 'brackets',
  225.                 3 => 'brackets',
  226.                 4 => '',
  227.                 5 => '',
  228.                 6 => '',
  229.                 7 => '',
  230.                 8 => '',
  231.                 9 => 'prepro',
  232.                 10 => 'prepro',
  233.                 11 => '',
  234.                 12 => 'mlcomment',
  235.                 13 => 'comment',
  236.             ),
  237.             4 =>
  238.             array (
  239.             ),
  240.             5 =>
  241.             array (
  242.                 0 => 'quotes',
  243.                 1 => 'quotes',
  244.             ),
  245.             6 =>
  246.             array (
  247.                 0 => 'quotes',
  248.                 1 => 'brackets',
  249.                 2 => 'brackets',
  250.                 3 => '',
  251.                 4 => '',
  252.                 5 => '',
  253.                 6 => '',
  254.                 7 => '',
  255.                 8 => 'mlcomment',
  256.                 9 => 'comment',
  257.             ),
  258.             7 =>
  259.             array (
  260.                 0 => '',
  261.             ),
  262.             8 =>
  263.             array (
  264.                 0 => '',
  265.             ),
  266.         );
  267.         $this->_inner = array (
  268.             -1 =>
  269.             array (
  270.                 0 => 'string',
  271.                 1 => 'code',
  272.                 2 => 'code',
  273.                 3 => 'code',
  274.                 4 => 'identifier',
  275.                 5 => 'prepro',
  276.                 6 => 'code',
  277.                 7 => 'number',
  278.                 8 => 'mlcomment',
  279.                 9 => 'comment',
  280.             ),
  281.             0 =>
  282.             array (
  283.                 0 => 'special',
  284.             ),
  285.             1 =>
  286.             array (
  287.                 0 => 'string',
  288.                 1 => 'code',
  289.                 2 => 'code',
  290.                 3 => 'code',
  291.                 4 => 'identifier',
  292.                 5 => 'number',
  293.                 6 => 'number',
  294.                 7 => 'number',
  295.                 8 => 'number',
  296.                 9 => 'prepro',
  297.                 10 => 'code',
  298.                 11 => 'number',
  299.                 12 => 'mlcomment',
  300.                 13 => 'comment',
  301.             ),
  302.             2 =>
  303.             array (
  304.                 0 => 'string',
  305.                 1 => 'code',
  306.                 2 => 'code',
  307.                 3 => 'code',
  308.                 4 => 'identifier',
  309.                 5 => 'number',
  310.                 6 => 'number',
  311.                 7 => 'number',
  312.                 8 => 'number',
  313.                 9 => 'prepro',
  314.                 10 => 'code',
  315.                 11 => 'number',
  316.                 12 => 'mlcomment',
  317.                 13 => 'comment',
  318.             ),
  319.             3 =>
  320.             array (
  321.                 0 => 'string',
  322.                 1 => 'code',
  323.                 2 => 'code',
  324.                 3 => 'code',
  325.                 4 => 'identifier',
  326.                 5 => 'number',
  327.                 6 => 'number',
  328.                 7 => 'number',
  329.                 8 => 'number',
  330.                 9 => 'prepro',
  331.                 10 => 'code',
  332.                 11 => 'number',
  333.                 12 => 'mlcomment',
  334.                 13 => 'comment',
  335.             ),
  336.             4 =>
  337.             array (
  338.             ),
  339.             5 =>
  340.             array (
  341.                 0 => 'string',
  342.                 1 => 'string',
  343.             ),
  344.             6 =>
  345.             array (
  346.                 0 => 'string',
  347.                 1 => 'code',
  348.                 2 => 'code',
  349.                 3 => 'identifier',
  350.                 4 => 'number',
  351.                 5 => 'number',
  352.                 6 => 'number',
  353.                 7 => 'number',
  354.                 8 => 'mlcomment',
  355.                 9 => 'comment',
  356.             ),
  357.             7 =>
  358.             array (
  359.                 0 => 'inlinedoc',
  360.             ),
  361.             8 =>
  362.             array (
  363.                 0 => 'inlinedoc',
  364.             ),
  365.         );
  366.         $this->_end = array (
  367.             0 => '/(?i)"/',
  368.             1 => '/(?i)\\}/',
  369.             2 => '/(?i)\\)/',
  370.             3 => '/(?i)\\]/',
  371.             4 => '/(?i)>/',
  372.             5 => '/(?mi)(?<!\\\\)$/',
  373.             6 => '/(?mi)(?<!\\\\)$/',
  374.             7 => '/(?i)\\*\\//',
  375.             8 => '/(?mi)$/',
  376.         );
  377.         $this->_states = array (
  378.             -1 =>
  379.             array (
  380.                 0 => 0,
  381.                 1 => 1,
  382.                 2 => 2,
  383.                 3 => 3,
  384.                 4 => -1,
  385.                 5 => 5,
  386.                 6 => 6,
  387.                 7 => -1,
  388.                 8 => 7,
  389.                 9 => 8,
  390.             ),
  391.             0 =>
  392.             array (
  393.                 0 => -1,
  394.             ),
  395.             1 =>
  396.             array (
  397.                 0 => 0,
  398.                 1 => 1,
  399.                 2 => 2,
  400.                 3 => 3,
  401.                 4 => -1,
  402.                 5 => -1,
  403.                 6 => -1,
  404.                 7 => -1,
  405.                 8 => -1,
  406.                 9 => 5,
  407.                 10 => 6,
  408.                 11 => -1,
  409.                 12 => 7,
  410.                 13 => 8,
  411.             ),
  412.             2 =>
  413.             array (
  414.                 0 => 0,
  415.                 1 => 1,
  416.                 2 => 2,
  417.                 3 => 3,
  418.                 4 => -1,
  419.                 5 => -1,
  420.                 6 => -1,
  421.                 7 => -1,
  422.                 8 => -1,
  423.                 9 => 5,
  424.                 10 => 6,
  425.                 11 => -1,
  426.                 12 => 7,
  427.                 13 => 8,
  428.             ),
  429.             3 =>
  430.             array (
  431.                 0 => 0,
  432.                 1 => 1,
  433.                 2 => 2,
  434.                 3 => 3,
  435.                 4 => -1,
  436.                 5 => -1,
  437.                 6 => -1,
  438.                 7 => -1,
  439.                 8 => -1,
  440.                 9 => 5,
  441.                 10 => 6,
  442.                 11 => -1,
  443.                 12 => 7,
  444.                 13 => 8,
  445.             ),
  446.             4 =>
  447.             array (
  448.             ),
  449.             5 =>
  450.             array (
  451.                 0 => 0,
  452.                 1 => 4,
  453.             ),
  454.             6 =>
  455.             array (
  456.                 0 => 0,
  457.                 1 => 1,
  458.                 2 => 2,
  459.                 3 => -1,
  460.                 4 => -1,
  461.                 5 => -1,
  462.                 6 => -1,
  463.                 7 => -1,
  464.                 8 => 7,
  465.                 9 => 8,
  466.             ),
  467.             7 =>
  468.             array (
  469.                 0 => -1,
  470.             ),
  471.             8 =>
  472.             array (
  473.                 0 => -1,
  474.             ),
  475.         );
  476.         $this->_keywords = array (
  477.             -1 =>
  478.             array (
  479.                 0 => -1,
  480.                 1 => -1,
  481.                 2 => -1,
  482.                 3 => -1,
  483.                 4 =>
  484.                 array (
  485.                     'reserved' => '/^(and|and_eq|asm|bitand|bitor|break|case|catch|compl|const_cast|continue|default|delete|do|dynamic_cast|else|for|fortran|friend|goto|if|new|not|not_eq|operator|or|or_eq|private|protected|public|reinterpret_cast|return|sizeof|static_cast|switch|this|throw|try|typeid|using|while|xor|xor_eq|false|true)$/',
  486.                     'types' => '/^(auto|bool|char|class|const|double|enum|explicit|export|extern|float|inline|int|long|mutable|namespace|register|short|signed|static|struct|template|typedef|typename|union|unsigned|virtual|void|volatile|wchar_t)$/',
  487.                     'Common Macros' => '/^(NULL|TRUE|FALSE|MAX|MIN|__LINE__|__DATA__|__FILE__|__TIME__|__STDC__)$/',
  488.                 ),
  489.                 5 => -1,
  490.                 6 => -1,
  491.                 7 =>
  492.                 array (
  493.                 ),
  494.                 8 => -1,
  495.                 9 => -1,
  496.             ),
  497.             0 =>
  498.             array (
  499.                 0 =>
  500.                 array (
  501.                 ),
  502.             ),
  503.             1 =>
  504.             array (
  505.                 0 => -1,
  506.                 1 => -1,
  507.                 2 => -1,
  508.                 3 => -1,
  509.                 4 =>
  510.                 array (
  511.                     'reserved' => '/^(and|and_eq|asm|bitand|bitor|break|case|catch|compl|const_cast|continue|default|delete|do|dynamic_cast|else|for|fortran|friend|goto|if|new|not|not_eq|operator|or|or_eq|private|protected|public|reinterpret_cast|return|sizeof|static_cast|switch|this|throw|try|typeid|using|while|xor|xor_eq|false|true)$/',
  512.                     'types' => '/^(auto|bool|char|class|const|double|enum|explicit|export|extern|float|inline|int|long|mutable|namespace|register|short|signed|static|struct|template|typedef|typename|union|unsigned|virtual|void|volatile|wchar_t)$/',
  513.                     'Common Macros' => '/^(NULL|TRUE|FALSE|MAX|MIN|__LINE__|__DATA__|__FILE__|__TIME__|__STDC__)$/',
  514.                 ),
  515.                 5 =>
  516.                 array (
  517.                 ),
  518.                 6 =>
  519.                 array (
  520.                 ),
  521.                 7 =>
  522.                 array (
  523.                 ),
  524.                 8 =>
  525.                 array (
  526.                 ),
  527.                 9 => -1,
  528.                 10 => -1,
  529.                 11 =>
  530.                 array (
  531.                 ),
  532.                 12 => -1,
  533.                 13 => -1,
  534.             ),
  535.             2 =>
  536.             array (
  537.                 0 => -1,
  538.                 1 => -1,
  539.                 2 => -1,
  540.                 3 => -1,
  541.                 4 =>
  542.                 array (
  543.                     'reserved' => '/^(and|and_eq|asm|bitand|bitor|break|case|catch|compl|const_cast|continue|default|delete|do|dynamic_cast|else|for|fortran|friend|goto|if|new|not|not_eq|operator|or|or_eq|private|protected|public|reinterpret_cast|return|sizeof|static_cast|switch|this|throw|try|typeid|using|while|xor|xor_eq|false|true)$/',
  544.                     'types' => '/^(auto|bool|char|class|const|double|enum|explicit|export|extern|float|inline|int|long|mutable|namespace|register|short|signed|static|struct|template|typedef|typename|union|unsigned|virtual|void|volatile|wchar_t)$/',
  545.                     'Common Macros' => '/^(NULL|TRUE|FALSE|MAX|MIN|__LINE__|__DATA__|__FILE__|__TIME__|__STDC__)$/',
  546.                 ),
  547.                 5 =>
  548.                 array (
  549.                 ),
  550.                 6 =>
  551.                 array (
  552.                 ),
  553.                 7 =>
  554.                 array (
  555.                 ),
  556.                 8 =>
  557.                 array (
  558.                 ),
  559.                 9 => -1,
  560.                 10 => -1,
  561.                 11 =>
  562.                 array (
  563.                 ),
  564.                 12 => -1,
  565.                 13 => -1,
  566.             ),
  567.             3 =>
  568.             array (
  569.                 0 => -1,
  570.                 1 => -1,
  571.                 2 => -1,
  572.                 3 => -1,
  573.                 4 =>
  574.                 array (
  575.                     'reserved' => '/^(and|and_eq|asm|bitand|bitor|break|case|catch|compl|const_cast|continue|default|delete|do|dynamic_cast|else|for|fortran|friend|goto|if|new|not|not_eq|operator|or|or_eq|private|protected|public|reinterpret_cast|return|sizeof|static_cast|switch|this|throw|try|typeid|using|while|xor|xor_eq|false|true)$/',
  576.                     'types' => '/^(auto|bool|char|class|const|double|enum|explicit|export|extern|float|inline|int|long|mutable|namespace|register|short|signed|static|struct|template|typedef|typename|union|unsigned|virtual|void|volatile|wchar_t)$/',
  577.                     'Common Macros' => '/^(NULL|TRUE|FALSE|MAX|MIN|__LINE__|__DATA__|__FILE__|__TIME__|__STDC__)$/',
  578.                 ),
  579.                 5 =>
  580.                 array (
  581.                 ),
  582.                 6 =>
  583.                 array (
  584.                 ),
  585.                 7 =>
  586.                 array (
  587.                 ),
  588.                 8 =>
  589.                 array (
  590.                 ),
  591.                 9 => -1,
  592.                 10 => -1,
  593.                 11 =>
  594.                 array (
  595.                 ),
  596.                 12 => -1,
  597.                 13 => -1,
  598.             ),
  599.             4 =>
  600.             array (
  601.             ),
  602.             5 =>
  603.             array (
  604.                 0 => -1,
  605.                 1 => -1,
  606.             ),
  607.             6 =>
  608.             array (
  609.                 0 => -1,
  610.                 1 => -1,
  611.                 2 => -1,
  612.                 3 =>
  613.                 array (
  614.                     'reserved' => '/^(and|and_eq|asm|bitand|bitor|break|case|catch|compl|const_cast|continue|default|delete|do|dynamic_cast|else|for|fortran|friend|goto|if|new|not|not_eq|operator|or|or_eq|private|protected|public|reinterpret_cast|return|sizeof|static_cast|switch|this|throw|try|typeid|using|while|xor|xor_eq|false|true)$/',
  615.                     'types' => '/^(auto|bool|char|class|const|double|enum|explicit|export|extern|float|inline|int|long|mutable|namespace|register|short|signed|static|struct|template|typedef|typename|union|unsigned|virtual|void|volatile|wchar_t)$/',
  616.                     'Common Macros' => '/^(NULL|TRUE|FALSE|MAX|MIN|__LINE__|__DATA__|__FILE__|__TIME__|__STDC__)$/',
  617.                 ),
  618.                 4 =>
  619.                 array (
  620.                 ),
  621.                 5 =>
  622.                 array (
  623.                 ),
  624.                 6 =>
  625.                 array (
  626.                 ),
  627.                 7 =>
  628.                 array (
  629.                 ),
  630.                 8 => -1,
  631.                 9 => -1,
  632.             ),
  633.             7 =>
  634.             array (
  635.                 0 =>
  636.                 array (
  637.                 ),
  638.             ),
  639.             8 =>
  640.             array (
  641.                 0 =>
  642.                 array (
  643.                 ),
  644.             ),
  645.         );
  646.         $this->_parts = array (
  647.             0 =>
  648.             array (
  649.                 0 => NULL,
  650.             ),
  651.             1 =>
  652.             array (
  653.                 0 => NULL,
  654.                 1 => NULL,
  655.                 2 => NULL,
  656.                 3 => NULL,
  657.                 4 => NULL,
  658.                 5 => NULL,
  659.                 6 => NULL,
  660.                 7 => NULL,
  661.                 8 => NULL,
  662.                 9 => NULL,
  663.                 10 => NULL,
  664.                 11 => NULL,
  665.                 12 => NULL,
  666.                 13 => NULL,
  667.             ),
  668.             2 =>
  669.             array (
  670.                 0 => NULL,
  671.                 1 => NULL,
  672.                 2 => NULL,
  673.                 3 => NULL,
  674.                 4 => NULL,
  675.                 5 => NULL,
  676.                 6 => NULL,
  677.                 7 => NULL,
  678.                 8 => NULL,
  679.                 9 => NULL,
  680.                 10 => NULL,
  681.                 11 => NULL,
  682.                 12 => NULL,
  683.                 13 => NULL,
  684.             ),
  685.             3 =>
  686.             array (
  687.                 0 => NULL,
  688.                 1 => NULL,
  689.                 2 => NULL,
  690.                 3 => NULL,
  691.                 4 => NULL,
  692.                 5 => NULL,
  693.                 6 => NULL,
  694.                 7 => NULL,
  695.                 8 => NULL,
  696.                 9 => NULL,
  697.                 10 => NULL,
  698.                 11 => NULL,
  699.                 12 => NULL,
  700.                 13 => NULL,
  701.             ),
  702.             4 =>
  703.             array (
  704.             ),
  705.             5 =>
  706.             array (
  707.                 0 => NULL,
  708.                 1 => NULL,
  709.             ),
  710.             6 =>
  711.             array (
  712.                 0 => NULL,
  713.                 1 => NULL,
  714.                 2 => NULL,
  715.                 3 => NULL,
  716.                 4 => NULL,
  717.                 5 => NULL,
  718.                 6 => NULL,
  719.                 7 => NULL,
  720.                 8 => NULL,
  721.                 9 => NULL,
  722.             ),
  723.             7 =>
  724.             array (
  725.                 0 => NULL,
  726.             ),
  727.             8 =>
  728.             array (
  729.                 0 => NULL,
  730.             ),
  731.         );
  732.         $this->_subst = array (
  733.             -1 =>
  734.             array (
  735.                 0 => false,
  736.                 1 => false,
  737.                 2 => false,
  738.                 3 => false,
  739.                 4 => false,
  740.                 5 => false,
  741.                 6 => false,
  742.                 7 => false,
  743.                 8 => false,
  744.                 9 => false,
  745.             ),
  746.             0 =>
  747.             array (
  748.                 0 => false,
  749.             ),
  750.             1 =>
  751.             array (
  752.                 0 => false,
  753.                 1 => false,
  754.                 2 => false,
  755.                 3 => false,
  756.                 4 => false,
  757.                 5 => false,
  758.                 6 => false,
  759.                 7 => false,
  760.                 8 => false,
  761.                 9 => false,
  762.                 10 => false,
  763.                 11 => false,
  764.                 12 => false,
  765.                 13 => false,
  766.             ),
  767.             2 =>
  768.             array (
  769.                 0 => false,
  770.                 1 => false,
  771.                 2 => false,
  772.                 3 => false,
  773.                 4 => false,
  774.                 5 => false,
  775.                 6 => false,
  776.                 7 => false,
  777.                 8 => false,
  778.                 9 => false,
  779.                 10 => false,
  780.                 11 => false,
  781.                 12 => false,
  782.                 13 => false,
  783.             ),
  784.             3 =>
  785.             array (
  786.                 0 => false,
  787.                 1 => false,
  788.                 2 => false,
  789.                 3 => false,
  790.                 4 => false,
  791.                 5 => false,
  792.                 6 => false,
  793.                 7 => false,
  794.                 8 => false,
  795.                 9 => false,
  796.                 10 => false,
  797.                 11 => false,
  798.                 12 => false,
  799.                 13 => false,
  800.             ),
  801.             4 =>
  802.             array (
  803.             ),
  804.             5 =>
  805.             array (
  806.                 0 => false,
  807.                 1 => false,
  808.             ),
  809.             6 =>
  810.             array (
  811.                 0 => false,
  812.                 1 => false,
  813.                 2 => false,
  814.                 3 => false,
  815.                 4 => false,
  816.                 5 => false,
  817.                 6 => false,
  818.                 7 => false,
  819.                 8 => false,
  820.                 9 => false,
  821.             ),
  822.             7 =>
  823.             array (
  824.                 0 => false,
  825.             ),
  826.             8 =>
  827.             array (
  828.                 0 => false,
  829.             ),
  830.         );
  831.         $this->_conditions = array (
  832.         );
  833.         $this->_kwmap = array (
  834.             'reserved' => 'reserved',
  835.             'types' => 'types',
  836.             'Common Macros' => 'prepro',
  837.         );
  838.         $this->_defClass = 'code';
  839.         $this->_checkDefines();
  840.     }
  841.    
  842. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement