Advertisement
bueddl

Untitled

Jun 4th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 6.21 KB | None | 0 0
  1. ParserLineStatement Object
  2. (
  3.     [complex_expression:ParserLineStatement:private] => ParserComplexExpression Object
  4.         (
  5.             [expressions:ParserComplexExpression:private] => Array
  6.                 (
  7.                     [0] => ParserOptional Object
  8.                         (
  9.                             [complex_expression:ParserOptional:private] => ParserComplexExpression Object
  10.                                 (
  11.                                     [expressions:ParserComplexExpression:private] => Array
  12.                                         (
  13.                                             [0] => ParserKeyword Object
  14.                                                 (
  15.                                                     [keyword:ParserKeyword:private] => no
  16.                                                 )
  17.  
  18.                                         )
  19.  
  20.                                 )
  21.  
  22.                         )
  23.  
  24.                     [1] => ParserComplexExpression Object
  25.                         (
  26.                             [expressions:ParserComplexExpression:private] => Array
  27.                                 (
  28.                                     [0] => ParserKeyword Object
  29.                                         (
  30.                                             [keyword:ParserKeyword:private] => ip
  31.                                         )
  32.  
  33.                                 )
  34.  
  35.                         )
  36.  
  37.                     [2] => ParserComplexExpression Object
  38.                         (
  39.                             [expressions:ParserComplexExpression:private] => Array
  40.                                 (
  41.                                     [0] => ParserKeyword Object
  42.                                         (
  43.                                             [keyword:ParserKeyword:private] => route
  44.                                         )
  45.  
  46.                                 )
  47.  
  48.                         )
  49.  
  50.                     [3] => ParserComplexExpression Object
  51.                         (
  52.                             [expressions:ParserComplexExpression:private] => Array
  53.                                 (
  54.                                     [0] => ParserArgument Object
  55.                                         (
  56.                                             [argument:ParserArgument:private] => net-address
  57.                                         )
  58.  
  59.                                 )
  60.  
  61.                         )
  62.  
  63.                     [4] => ParserComplexExpression Object
  64.                         (
  65.                             [expressions:ParserComplexExpression:private] => Array
  66.                                 (
  67.                                     [0] => ParserArgument Object
  68.                                         (
  69.                                             [argument:ParserArgument:private] => net-mask
  70.                                         )
  71.  
  72.                                 )
  73.  
  74.                         )
  75.  
  76.                     [5] => ParserAnyOf Object
  77.                         (
  78.                             [options:ParserAnyOf:private] => Array
  79.                                 (
  80.                                     [0] => ParserComplexExpression Object
  81.                                         (
  82.                                             [expressions:ParserComplexExpression:private] => Array
  83.                                                 (
  84.                                                     [0] => ParserComplexExpression Object
  85.                                                         (
  86.                                                             [expressions:ParserComplexExpression:private] => Array
  87.                                                                 (
  88.                                                                     [0] => ParserArgument Object
  89.                                                                         (
  90.                                                                             [argument:ParserArgument:private] => next-hop-address
  91.                                                                         )
  92.  
  93.                                                                 )
  94.  
  95.                                                         )
  96.  
  97.                                                     [1] => ParserOptional Object
  98.                                                         (
  99.                                                             [complex_expression:ParserOptional:private] => ParserComplexExpression Object
  100.                                                                 (
  101.                                                                     [expressions:ParserComplexExpression:private] => Array
  102.                                                                         (
  103.                                                                             [0] => ParserArgument Object
  104.                                                                                 (
  105.                                                                                     [argument:ParserArgument:private] => exit-interface-identifier
  106.                                                                                 )
  107.  
  108.                                                                         )
  109.  
  110.                                                                 )
  111.  
  112.                                                         )
  113.  
  114.                                                 )
  115.  
  116.                                         )
  117.  
  118.                                     [1] => ParserComplexExpression Object
  119.                                         (
  120.                                             [expressions:ParserComplexExpression:private] => Array
  121.                                                 (
  122.                                                     [0] => ParserArgument Object
  123.                                                         (
  124.                                                             [argument:ParserArgument:private] => exit-interface-identifier
  125.                                                         )
  126.  
  127.                                                 )
  128.  
  129.                                         )
  130.  
  131.                                 )
  132.  
  133.                         )
  134.  
  135.                 )
  136.  
  137.         )
  138.  
  139. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement