| <?php |
| |
| return array ( |
| 0 => |
| ezcDocumentWikiNewLineToken::__set_state(array( |
| 'content' => ' |
| ', |
| 'line' => 0, |
| 'position' => 1, |
| )), |
| 1 => |
| ezcDocumentWikiLiteralBlockToken::__set_state(array( |
| 'content' => 'This is preformatted code all spaces are preserved: like <-this', |
| 'line' => 1, |
| 'position' => 0, |
| )), |
| 2 => |
| ezcDocumentWikiNewLineToken::__set_state(array( |
| 'content' => ' |
| ', |
| 'line' => 4, |
| 'position' => 76, |
| )), |
| 3 => |
| ezcDocumentWikiNewLineToken::__set_state(array( |
| 'content' => ' |
| ', |
| 'line' => 5, |
| 'position' => 1, |
| )), |
| 4 => |
| ezcDocumentWikiLiteralBlockToken::__set_state(array( |
| 'content' => 'This is pretty much the same, but you could use it to show that you quoted a |
| file.', |
| 'line' => 6, |
| 'position' => 0, |
| )), |
| 5 => |
| ezcDocumentWikiNewLineToken::__set_state(array( |
| 'content' => ' |
| ', |
| 'line' => 10, |
| 'position' => 82, |
| )), |
| 6 => |
| ezcDocumentWikiNewLineToken::__set_state(array( |
| 'content' => ' |
| ', |
| 'line' => 11, |
| 'position' => 1, |
| )), |
| 7 => |
| ezcDocumentWikiTextLineToken::__set_state(array( |
| 'content' => 'This is some text which contains addresses like this: |
| http://www.splitbrain.org and **formatting**, but nothing is done with it.', |
| 'line' => 12, |
| 'position' => 0, |
| )), |
| 8 => |
| ezcDocumentWikiNewLineToken::__set_state(array( |
| 'content' => ' |
| ', |
| 'line' => 16, |
| 'position' => 128, |
| )), |
| 9 => |
| ezcDocumentWikiNewLineToken::__set_state(array( |
| 'content' => ' |
| ', |
| 'line' => 17, |
| 'position' => 1, |
| )), |
| 10 => |
| ezcDocumentWikiNewLineToken::__set_state(array( |
| 'content' => ' |
| ', |
| 'line' => 17, |
| 'position' => 1, |
| )), |
| 11 => |
| ezcDocumentWikiEndOfFileToken::__set_state(array( |
| 'content' => NULL, |
| 'line' => 17, |
| 'position' => 1, |
| )), |
| ); |
| |