<?php

return array (
  0 => 
  ezcDocumentWikiNewLineToken::__set_state(array(
     'content' => '
',
     'line' => 0,
     'position' => 1,
  )),
  1 => 
  ezcDocumentWikiPluginToken::__set_state(array(
     'type' => 'code',
     'parameters' => 
    array (
      0 => 'java',
    ),
     'text' => '
/**
 * The HelloWorldApp class implements an application that
 * simply displays "Hello World!" to the standard output.
 */
class HelloWorldApp {
    public static void main(String[] args) {
        System.out.println("Hello World!"); //Display the string.
    }
}',
     'content' => '<code java>
/**
 * The HelloWorldApp class implements an application that
 * simply displays "Hello World!" to the standard output.
 */
class HelloWorldApp {
    public static void main(String[] args) {
        System.out.println("Hello World!"); //Display the string.
    }
}
</code>',
     'line' => 1,
     'position' => 1,
  )),
  2 => 
  ezcDocumentWikiNewLineToken::__set_state(array(
     'content' => '
',
     'line' => 11,
     'position' => 284,
  )),
  3 => 
  ezcDocumentWikiNewLineToken::__set_state(array(
     'content' => '
',
     'line' => 12,
     'position' => 1,
  )),
  4 => 
  ezcDocumentWikiPluginToken::__set_state(array(
     'type' => 'html',
     'parameters' => 
    array (
    ),
     'text' => '
This is some <span style="color:red;font-size:150%;">inline HTML</span>',
     'content' => '<html>
This is some <span style="color:red;font-size:150%;">inline HTML</span>
</html>',
     'line' => 13,
     'position' => 1,
  )),
  5 => 
  ezcDocumentWikiNewLineToken::__set_state(array(
     'content' => '
',
     'line' => 15,
     'position' => 86,
  )),
  6 => 
  ezcDocumentWikiPluginToken::__set_state(array(
     'type' => 'html',
     'parameters' => 
    array (
    ),
     'text' => '
<p style="border:2px dashed red;">And this is some block HTML</p>',
     'content' => '<HTML>
<p style="border:2px dashed red;">And this is some block HTML</p>
</HTML>',
     'line' => 16,
     'position' => 1,
  )),
  7 => 
  ezcDocumentWikiNewLineToken::__set_state(array(
     'content' => '
',
     'line' => 18,
     'position' => 80,
  )),
  8 => 
  ezcDocumentWikiNewLineToken::__set_state(array(
     'content' => '
',
     'line' => 19,
     'position' => 1,
  )),
  9 => 
  ezcDocumentWikiPluginToken::__set_state(array(
     'type' => 'php',
     'parameters' => 
    array (
    ),
     'text' => '
echo \'A logo generated by PHP:\';
echo \'<img src="\' . $_SERVER[\'PHP_SELF\'] . \'?=\' . php_logo_guid() . \'" alt="PHP Logo !" />\';
echo \'(inline HTML)\';',
     'content' => '<php>
echo \'A logo generated by PHP:\';
echo \'<img src="\' . $_SERVER[\'PHP_SELF\'] . \'?=\' . php_logo_guid() . \'" alt="PHP Logo !" />\';
echo \'(inline HTML)\';
</php>',
     'line' => 20,
     'position' => 1,
  )),
  10 => 
  ezcDocumentWikiNewLineToken::__set_state(array(
     'content' => '
',
     'line' => 24,
     'position' => 160,
  )),
  11 => 
  ezcDocumentWikiPluginToken::__set_state(array(
     'type' => 'php',
     'parameters' => 
    array (
    ),
     'text' => '
echo \'<table class="inline"><tr><td>The same, but inside a block level element:</td>\';
echo \'<td><img src="\' . $_SERVER[\'PHP_SELF\'] . \'?=\' . php_logo_guid() . \'" alt="PHP Logo !" /></td>\';
echo \'</tr></table>\';',
     'content' => '<PHP>
echo \'<table class="inline"><tr><td>The same, but inside a block level element:</td>\';
echo \'<td><img src="\' . $_SERVER[\'PHP_SELF\'] . \'?=\' . php_logo_guid() . \'" alt="PHP Logo !" /></td>\';
echo \'</tr></table>\';
</PHP>',
     'line' => 25,
     'position' => 1,
  )),
  12 => 
  ezcDocumentWikiNewLineToken::__set_state(array(
     'content' => '
',
     'line' => 29,
     'position' => 223,
  )),
  13 => 
  ezcDocumentWikiNewLineToken::__set_state(array(
     'content' => '
',
     'line' => 30,
     'position' => 1,
  )),
  14 => 
  ezcDocumentWikiNewLineToken::__set_state(array(
     'content' => '
',
     'line' => 30,
     'position' => 1,
  )),
  15 => 
  ezcDocumentWikiEndOfFileToken::__set_state(array(
     'content' => NULL,
     'line' => 30,
     'position' => 1,
  )),
);

