<?php

return ezcDocumentRstDocumentNode::__set_state(array(
   'depth' => 0,
   'line' => 0,
   'position' => 0,
   'type' => 1,
   'nodes' => 
  array (
    0 => 
    ezcDocumentRstParagraphNode::__set_state(array(
       'indentation' => 0,
       'line' => 1,
       'position' => 16,
       'type' => 3,
       'nodes' => 
      array (
        0 => 
        ezcDocumentRstTextLineNode::__set_state(array(
           'line' => 1,
           'position' => 1,
           'type' => 4,
           'nodes' => 
          array (
          ),
           'token' => 
          ezcDocumentRstToken::__set_state(array(
             'type' => 5,
             'content' => 'Just some text.',
             'line' => 1,
             'position' => 1,
             'escaped' => false,
          )),
           'identifier' => NULL,
        )),
      ),
       'token' => 
      ezcDocumentRstToken::__set_state(array(
         'type' => 2,
         'content' => '
',
         'line' => 1,
         'position' => 16,
         'escaped' => false,
      )),
       'identifier' => NULL,
    )),
  ),
   'token' => NULL,
   'identifier' => NULL,
));

