| <?php |
| |
| return ezcDocumentWikiDocumentNode::__set_state(array( |
| 'line' => 4, |
| 'position' => 1, |
| 'nodes' => |
| array ( |
| 0 => |
| ezcDocumentWikiParagraphNode::__set_state(array( |
| 'line' => 1, |
| 'position' => 56, |
| 'nodes' => |
| array ( |
| 0 => |
| ezcDocumentWikiTextNode::__set_state(array( |
| 'line' => 1, |
| 'position' => 1, |
| 'nodes' => |
| array ( |
| ), |
| 'token' => |
| ezcDocumentWikiTextLineToken::__set_state(array( |
| 'content' => 'An empty line after some text will produce a paragraph.', |
| 'line' => 1, |
| 'position' => 1, |
| )), |
| )), |
| ), |
| 'token' => |
| ezcDocumentWikiNewLineToken::__set_state(array( |
| 'content' => ' |
| ', |
| 'line' => 1, |
| 'position' => 56, |
| )), |
| )), |
| 1 => |
| ezcDocumentWikiParagraphNode::__set_state(array( |
| 'line' => 3, |
| 'position' => 54, |
| 'nodes' => |
| array ( |
| 0 => |
| ezcDocumentWikiTextNode::__set_state(array( |
| 'line' => 3, |
| 'position' => 1, |
| 'nodes' => |
| array ( |
| ), |
| 'token' => |
| ezcDocumentWikiTextLineToken::__set_state(array( |
| 'content' => 'This is second paragraph, with an line break', |
| 'line' => 3, |
| 'position' => 1, |
| )), |
| )), |
| 1 => |
| ezcDocumentWikiLineBreakNode::__set_state(array( |
| 'line' => 3, |
| 'position' => 45, |
| 'nodes' => |
| array ( |
| ), |
| 'token' => |
| ezcDocumentWikiLineBreakToken::__set_state(array( |
| 'content' => '\\\\', |
| 'line' => 3, |
| 'position' => 45, |
| )), |
| )), |
| 2 => |
| ezcDocumentWikiTextNode::__set_state(array( |
| 'line' => 3, |
| 'position' => 47, |
| 'nodes' => |
| array ( |
| ), |
| 'token' => |
| ezcDocumentWikiTextLineToken::__set_state(array( |
| 'content' => 'inside.', |
| 'line' => 3, |
| 'position' => 47, |
| )), |
| )), |
| ), |
| 'token' => |
| ezcDocumentWikiNewLineToken::__set_state(array( |
| 'content' => ' |
| ', |
| 'line' => 3, |
| 'position' => 54, |
| )), |
| )), |
| ), |
| 'token' => |
| ezcDocumentWikiEndOfFileToken::__set_state(array( |
| 'content' => NULL, |
| 'line' => 4, |
| 'position' => 1, |
| )), |
| )); |
| |