123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- <?php
- return array (
- 0 =>
- ezcDocumentRstToken::__set_state(array(
- 'type' => 5,
- 'content' => 'r',
- 'line' => 1,
- 'position' => 1,
- 'escaped' => false,
- )),
- 1 =>
- ezcDocumentRstToken::__set_state(array(
- 'type' => 4,
- 'content' => '"""',
- 'line' => 1,
- 'position' => 2,
- 'escaped' => false,
- )),
- 2 =>
- ezcDocumentRstToken::__set_state(array(
- 'type' => 5,
- 'content' => 'This is a raw docstring',
- 'line' => 1,
- 'position' => 5,
- 'escaped' => false,
- )),
- 3 =>
- ezcDocumentRstToken::__set_state(array(
- 'type' => 4,
- 'content' => '.',
- 'line' => 1,
- 'position' => 28,
- 'escaped' => false,
- )),
- 4 =>
- ezcDocumentRstToken::__set_state(array(
- 'type' => 1,
- 'content' => ' ',
- 'line' => 1,
- 'position' => 29,
- 'escaped' => false,
- )),
- 5 =>
- ezcDocumentRstToken::__set_state(array(
- 'type' => 5,
- 'content' => 'Backslashes',
- 'line' => 1,
- 'position' => 31,
- 'escaped' => false,
- )),
- 6 =>
- ezcDocumentRstToken::__set_state(array(
- 'type' => 1,
- 'content' => ' ',
- 'line' => 1,
- 'position' => 42,
- 'escaped' => false,
- )),
- 7 =>
- ezcDocumentRstToken::__set_state(array(
- 'type' => 4,
- 'content' => '(',
- 'line' => 1,
- 'position' => 43,
- 'escaped' => false,
- )),
- 8 =>
- ezcDocumentRstToken::__set_state(array(
- 'type' => 3,
- 'content' => '\\',
- 'line' => 1,
- 'position' => 44,
- 'escaped' => false,
- )),
- 9 =>
- ezcDocumentRstToken::__set_state(array(
- 'type' => 4,
- 'content' => ')',
- 'line' => 1,
- 'position' => 45,
- 'escaped' => false,
- )),
- 10 =>
- ezcDocumentRstToken::__set_state(array(
- 'type' => 1,
- 'content' => ' ',
- 'line' => 1,
- 'position' => 46,
- 'escaped' => false,
- )),
- 11 =>
- ezcDocumentRstToken::__set_state(array(
- 'type' => 5,
- 'content' => 'are not touched',
- 'line' => 1,
- 'position' => 47,
- 'escaped' => false,
- )),
- 12 =>
- ezcDocumentRstToken::__set_state(array(
- 'type' => 4,
- 'content' => '.',
- 'line' => 1,
- 'position' => 62,
- 'escaped' => false,
- )),
- 13 =>
- ezcDocumentRstToken::__set_state(array(
- 'type' => 4,
- 'content' => '"""',
- 'line' => 1,
- 'position' => 63,
- 'escaped' => false,
- )),
- 14 =>
- ezcDocumentRstToken::__set_state(array(
- 'type' => 2,
- 'content' => '
- ',
- 'line' => 1,
- 'position' => 66,
- 'escaped' => false,
- )),
- 15 =>
- ezcDocumentRstToken::__set_state(array(
- 'type' => 2,
- 'content' => '
- ',
- 'line' => 2,
- 'position' => 1,
- 'escaped' => false,
- )),
- 16 =>
- ezcDocumentRstToken::__set_state(array(
- 'type' => 2,
- 'content' => '
- ',
- 'line' => 2,
- 'position' => 1,
- 'escaped' => false,
- )),
- 17 =>
- ezcDocumentRstToken::__set_state(array(
- 'type' => 6,
- 'content' => NULL,
- 'line' => 2,
- 'position' => 1,
- 'escaped' => false,
- )),
- );
|