Commit graph

70 commits

Author SHA1 Message Date
George Peter Banyard
68c2c87150 Fix extension doc membership 2021-06-13 23:23:33 +01:00
Christoph Michael Becker
86e6094e86 Use canonical type names
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351133 c90b9560-bf6c-de11-be94-00142212c4b1
2020-11-02 15:39:04 +00:00
Nikita Popov
708c4884f2 Fix typos
Patch by carusogabriel.

Closes php/doc-en#5.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347753 c90b9560-bf6c-de11-be94-00142212c4b1
2019-07-15 14:29:36 +00:00
Nikita Popov
f1e951b988 Remove duplicated words
Patch by carusogabriel.

Closes php/doc-en#7.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347749 c90b9560-bf6c-de11-be94-00142212c4b1
2019-07-14 13:46:42 +00:00
George Peter Banyard
0d349de6d7 This patch seems correct as not providing an IDX seems pointless so I assume marking this as optional is incorrect. If this is not the case feel free to revert the change.
- girgias

--------------

Clarifying the type declaration for the $idx parameter. I encountered a Fatal error:

PHP Fatal error:  Uncaught TypeError: Argument 1 passed to ParleParser::sigil() must be of the type integer, array given

In PHPStorm, looking at the stub for Parle/Parser.php it declares the type of $idx as an array instead of int. I'm planning to submit a patch to JetBrains once this documentation has been updated :)

-- 
Provided by anonymous 97393 (me@rowles.ch)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347417 c90b9560-bf6c-de11-be94-00142212c4b1
2019-05-13 20:44:52 +00:00
George Peter Banyard
0e8db71fa8 Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@347153 c90b9560-bf6c-de11-be94-00142212c4b1
2019-04-05 20:02:05 +00:00
Christoph Michael Becker
18f9cbcbc4 Replace tabs with spaces
Sorry translators, but tabs shouldn't have been there in the first place,
according to the style guidelines (<http://doc.php.net/tutorial/style.php>).

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346020 c90b9560-bf6c-de11-be94-00142212c4b1
2018-11-19 15:09:50 +00:00
Peter Cowburn
0dad2268d5 add missing svn properties, svn:eol-style and svn:keywords
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344522 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-15 22:01:56 +00:00
Christoph Michael Becker
eb9855d8af fix mispellings
-- 
Provided by anonymous 89817 (Oliver Nybroe)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344474 c90b9560-bf6c-de11-be94-00142212c4b1
2018-03-09 12:58:58 +00:00
Jakub Vrana
b8758b0605 Use entities in initializer
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343899 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 19:11:34 +00:00
Jakub Vrana
be295015d0 Use int instead of integer in parameters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343891 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 15:56:34 +00:00
Anatol Belski
82330cfda6 Fix UTF-32 note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343406 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-12 09:59:54 +00:00
Anatol Belski
cbd24b3772 A constant was added in parle 0.7.2
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343405 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-12 09:57:04 +00:00
Anatol Belski
fd9c413381 Sync with canges in parle-0.7.2
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343399 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-11 17:02:34 +00:00
Anatol Belski
51e8797308 Improve doc on RLexer::push() and RLexer::pushState()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343376 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-06 21:47:37 +00:00
Anatol Belski
eaad1713e1 Reflect latest changes in parle
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343331 c90b9560-bf6c-de11-be94-00142212c4b1
2017-10-29 18:37:22 +00:00
Anatol Belski
c8f6d1c394 Vix class/method info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343222 c90b9560-bf6c-de11-be94-00142212c4b1
2017-10-09 15:07:27 +00:00
Anatol Belski
2f3373fb95 Fix class names and types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343205 c90b9560-bf6c-de11-be94-00142212c4b1
2017-10-08 09:34:14 +00:00
Anatol Belski
0ef69e6aa1 Restore the RLexer::push() variants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343204 c90b9560-bf6c-de11-be94-00142212c4b1
2017-10-07 09:08:24 +00:00
Anatol Belski
73af09be58 Sync with changes for parle-0.7.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343168 c90b9560-bf6c-de11-be94-00142212c4b1
2017-10-01 17:59:44 +00:00
Anatol Belski
bd99ca8360 Rework the parle introduction once again
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343153 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-27 16:45:13 +00:00
Anatol Belski
a2ca02540a Improve on Parser::push
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343151 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-26 17:48:57 +00:00
Anatol Belski
bb16317a12 Refine examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343150 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-26 17:44:18 +00:00
Anatol Belski
3be9d6602c Improve doc on Lexer::push()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343149 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-26 17:38:16 +00:00
Anatol Belski
61cc4bc1bd Fix sentence
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343147 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-26 14:46:02 +00:00
Anatol Belski
2bbc4c2b20 Rework intro once more
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343146 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-26 14:35:51 +00:00
Anatol Belski
d274495473 Fix wording in introduction
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343145 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-26 07:35:27 +00:00
Anatol Belski
d8df2e608b Wording on learning
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343140 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-25 19:32:55 +00:00
Anatol Belski
a2921c38e6 More notes on parle
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343137 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-25 18:56:35 +00:00
Anatol Belski
b66b0bf549 Note to Parle\Stack
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343136 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-25 09:45:13 +00:00
Anatol Belski
5f2af21fb4 Fix var name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343133 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-22 19:50:32 +00:00
Anatol Belski
7c9360c7da Sync with changes in parle-0.6.3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343132 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-22 19:35:35 +00:00
Anatol Belski
38aec3d575 Sync with parle-0.6.2
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343111 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-19 17:08:42 +00:00
Anatol Belski
0dc0158937 Sync with lexer const name changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343100 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-17 14:06:58 +00:00
Anatol Belski
86e21d98a1 Add readonly note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343095 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-17 10:14:50 +00:00
Anatol Belski
3e159c5b46 Fix example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343094 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-17 10:14:28 +00:00
Anatol Belski
76f007a25f Adapt example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343093 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-16 22:48:12 +00:00
Anatol Belski
95187969ac Reflect changes for 0.6.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343091 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-16 18:00:43 +00:00
Anatol Belski
dba36578a3 Signatures for regex from a string range was removed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343090 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-14 12:18:51 +00:00
Anatol Belski
542b9b6ae3 Fix descriptions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343087 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-14 08:27:38 +00:00
Anatol Belski
28ec049f66 Fix pattern example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343086 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-14 06:10:36 +00:00
Anatol Belski
b8a373f487 Fix param name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343085 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-13 16:10:04 +00:00
Anatol Belski
db209c95f9 Reword the multibyte matching description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343081 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-13 05:11:19 +00:00
Anatol Belski
3ba4f80426 Add encoding note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343080 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-12 19:36:13 +00:00
Anatol Belski
83504efaf9 Reorder sections, classes without own methods are moved to the bottom
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343074 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-11 20:49:11 +00:00
Anatol Belski
c4c899e3e9 Delete inherited methods, no need to document twice
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343073 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-11 20:28:19 +00:00
Anatol Belski
afb583c4c3 Document Parle\RLexer
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343072 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-11 20:26:09 +00:00
Anatol Belski
7149932b87 Cleanup example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343063 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-11 08:07:55 +00:00
Anatol Belski
4459fb54c5 Document Parle\Stack
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343061 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-10 21:12:01 +00:00
Anatol Belski
86756e7cce Add more type information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343060 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-10 20:43:38 +00:00