<?php

return ezcDocumentWikiDocumentNode::__set_state(array(
   'line' => 9,
   'position' => 1,
   'nodes' => 
  array (
    0 => 
    ezcDocumentWikiLiteralBlockNode::__set_state(array(
       'line' => 1,
       'position' => 0,
       'nodes' => 
      array (
      ),
       'token' => 
      ezcDocumentWikiLiteralBlockToken::__set_state(array(
         'content' => 'if (x != NULL) {
  for (i = 0; i < size; i++) {
    if (x[i] > 0) {
      x[i]--;
  }}}',
         'line' => 1,
         'position' => 0,
      )),
    )),
  ),
   'token' => 
  ezcDocumentWikiEndOfFileToken::__set_state(array(
     'content' => NULL,
     'line' => 9,
     'position' => 1,
  )),
));

