Commit graph

294 commits

Author SHA1 Message Date
Pierrick Charron
503c562c51 # More understandable explanation of how named subpattern work
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299033 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-05 20:57:06 +00:00
Daniel Egeberg
2b587ab01f Normalized initializer NULL-values to use the &null; entity:
for file in `find -name '*.xml'`; do sed -i -e 's/<initializer>null<\/initializer>/<initializer>\&null;<\/initializer>/i' $file; done



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298918 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-03 17:10:04 +00:00
Peter Cowburn
6a26ef9f50 clarify array_filter return value with no matches, fixes bug #51568
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298066 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-16 08:19:34 +00:00
Philip Olson
a1ff53ad8b Reversed order of table (newest on top), and added a 5.3.2 entry (with 8.00)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297628 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-07 17:43:36 +00:00
Daniel Egeberg
96c9d88bad Converted to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297028 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 22:10:10 +00:00
Peter Cowburn
b7b5a87422 typo fix eregi_repalce to eregi_replace
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296986 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 18:15:02 +00:00
Daniel Egeberg
9726e9e4fc Added section that outlines notable differences between POSIX regex and PCRE regex.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296975 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-28 15:02:41 +00:00
Jakub Vrana
f5c36b9d90 Character classes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295259 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-19 17:17:25 +00:00
Daniel Egeberg
d661690a96 Fixed bug #50812 (What exactly does quantifier minimizer mean when it comes to the '?' meta char?)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293793 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-20 23:51:47 +00:00
Kalle Sommer Nielsen
fb6313be8c Fix <link>'s
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293488 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 05:51:24 +00:00
Kalle Sommer Nielsen
6bcee9285e Fixed #50565 (Reg Exp docs for Unicode could be improved)
- Includes alot of whitespace improvement for the lists

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293485 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 04:52:14 +00:00
Kalle Sommer Nielsen
4bc27d8766 Remove the last of the PHP3 related stuff around the manual, including the documentation for:
* ascii2ebcdic
* ebcdic2ascii
* mysql_change_user

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293483 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-13 04:01:06 +00:00
Daniel Egeberg
3ed85ceb3b Removed extra whitespace from comments and added CDATA sequences.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293340 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-10 00:55:54 +00:00
Peter Cowburn
9a55225d8b Delimiter cannot be backslash. Grammar.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293304 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-09 01:02:37 +00:00
Daniel Egeberg
16c0cd7a2f Minor edit.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292345 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-19 21:13:00 +00:00
Daniel Egeberg
e6bb3e8635 Closes #50232.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292344 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-19 21:10:22 +00:00
Daniel Egeberg
1b6cf34f23 Changed example #2 in preg_replace() to have the arrays initialized before writing to them.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292327 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-19 12:05:56 +00:00
Jordi Boggiano
740a7698af Emphasize the use of ?P<> for named sub-patterns instead of the backwards incompatible ?<>. Fixes bug #50306 - refs bug #46904
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292248 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-17 12:28:26 +00:00
Jakub Vrana
69c05d805a Parameters are documented by preg_replace (bug #49995)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290682 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-13 17:30:37 +00:00
Hannes Magnusson
412c8465bf Put emphasis on lookahead and lookbehind
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290376 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-06 15:50:04 +00:00
Richard Quadling
7dbdeb80f5 PREG_OFFSET_CAPTURE flag consistent between preg_match and preg_match_all. Fix #50032
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290051 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-29 10:58:02 +00:00
Florian Anderiasch
bbd0696ac1 fix #49685 - returns NULL on errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289097 c90b9560-bf6c-de11-be94-00142212c4b1
2009-10-02 20:31:21 +00:00
Torben Wilson
af4410a7e1 Normalized the sgml-default-dtd-file local-variable line for those
still using this, after discussion on the phpdoc list.
From now on, manual.ced will need to be found at ~/.phpdoc/manual.ced.



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288721 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-25 07:04:39 +00:00
Torben Wilson
6bdd33b75f Document that since PHP 5.2.2, named subpatterns accept the syntax
(?<name>) and (?'name') as well as the older (?P<name>).
Addresses bug #46904.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@288276 c90b9560-bf6c-de11-be94-00142212c4b1
2009-09-12 06:55:13 +00:00
Richard Quadling
0184ad5ac0 Example missing some output.
Fix for bug#49395

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287845 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-28 10:56:51 +00:00
Jakub Vrana
5367ec851c Link anonymous functions/preg-replace-callback.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286543 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-30 09:20:16 +00:00
Peter Cowburn
e71b1f22e7 Corrected PCRE backreference example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286356 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-26 10:17:04 +00:00
Rasmus Lerdorf
8b564cbf64 Fix bug #48703
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@284405 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-20 00:22:21 +00:00
Rasmus Lerdorf
e3a5bb2767 Fixed bug #48806
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@284401 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-19 23:58:43 +00:00
Nilgün Belma Bugüner
751d46fd60 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283830 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 08:31:40 +00:00
Jakub Vrana
d972949278 Separate to smaller pages
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283332 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-02 11:39:05 +00:00
Richard Quadling
9ea1b00bda Bug#47229
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282634 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-23 10:03:37 +00:00
Peter Cowburn
9dd1ca3768 Whitespace characters are not allowed as delimiters in PCRE
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282027 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-12 13:09:39 +00:00
Joey Smith
c29a3e3692 The null byte is not an acceptable delimiter to PCRE.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@282003 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-11 23:07:37 +00:00
Yannick Torres
2a87fef0ef typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280183 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-09 05:32:56 +00:00
Yannick Torres
5847a9aee0 fix markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280176 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-08 21:30:58 +00:00
Yannick Torres
02e589878d fix markup
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279812 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-03 22:22:31 +00:00
Philip Olson
0a82f05c63 Added url.pcre.changelog, and talked about it within the pecl installation docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279643 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-01 01:09:20 +00:00
Philip Olson
0f17d50904 Added upgrade history for the bundled PCRE library
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@279521 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-28 21:09:13 +00:00
Philip Olson
02f5774954 Added preg_filter() info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278477 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-09 04:01:09 +00:00
Philip Olson
66baab5c9b Added basic preg_filter() docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278476 c90b9560-bf6c-de11-be94-00142212c4b1
2009-04-09 03:58:16 +00:00
Daniel P. Brown
082b624991 Updated to show that, yes, 'caseless' and 'case-insensitive' are the same thing.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@277112 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-13 16:05:09 +00:00
Richard Quadling
d0d461f226 Fix #47590 - Pattern terminator should always be considered special.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@276905 c90b9560-bf6c-de11-be94-00142212c4b1
2009-03-09 12:35:46 +00:00
Jakub Vrana
6125c0100d Initializers - part 4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273634 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-16 12:08:51 +00:00
Jakub Vrana
11092762eb Links in ini.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273180 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-09 17:33:40 +00:00
Jakub Vrana
47dd17e302 Remove Describes from titleabbrev
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270660 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-06 10:39:24 +00:00
Joey Smith
f051a00f00 Fix typo (fulfil -> fulfill)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270512 c90b9560-bf6c-de11-be94-00142212c4b1
2008-12-04 00:28:31 +00:00
Jakub Vrana
984ebf240c Backslash in replacement (bug #43532)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268519 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-07 14:42:12 +00:00
Jakub Vrana
5cd86bd54a Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268518 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-07 14:38:01 +00:00
Jakub Vrana
917ae9d07f Reorganize pattern syntax (bug #45256)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268359 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-05 16:22:25 +00:00
Philip Olson
c79f3fc3aa Contains version information (when functions became available to PHP)
# Originally from the following location (although likely modified):
# phpdoc/phpbook/phpbook-xsl/version.xml


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268251 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-04 03:27:21 +00:00
Philip Olson
db367ae954 Unified <title> and <titleabbrev> in every extensions book.xml/reference.xml
See the following bug report for details: http://bugs.php.net/44736


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@260480 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-30 17:25:13 +00:00
Florian Anderiasch
e2b5d40392 clarified. bug #44753
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@258933 c90b9560-bf6c-de11-be94-00142212c4b1
2008-05-02 22:13:21 +00:00
Hannes Magnusson
cd779aad32 - PCRE can no longer be disabled
- Fix WS


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257447 c90b9560-bf6c-de11-be94-00142212c4b1
2008-04-14 14:02:12 +00:00
Stanislav Yordanov
199eca0462 xml DTD validation problem fixed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255957 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-24 14:00:00 +00:00
Nuno Lopes
474035fd75 add PREG_BAD_UTF8_OFFSET_ERROR
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255789 c90b9560-bf6c-de11-be94-00142212c4b1
2008-03-22 16:15:33 +00:00
Philip Olson
d522d135a1 Removed PHP 3 information from the manual. Goodbye PHP 3, thanks for all the memories!
This commit covers many files.
The CVS file phpweb/manual/php3.php will exist to store [most of] this info.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@253274 c90b9560-bf6c-de11-be94-00142212c4b1
2008-02-19 21:45:32 +00:00
Felipe Pena
e0c25b85eb Add example (using named subpattern)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@251266 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-24 17:04:27 +00:00
Felipe Pena
f7ef445f8f Add information about return value in case of error
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250181 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-09 00:15:33 +00:00
Philip Olson
95de0e46ac MFB:
- Changed pattern.modifiers.xml from refentry to article
- Changed pattern.syntax.xml from refentry to article
- Changed refsect1 and refsect2 to sections within these new articles
# thanks to hannes for spotting this forgotten commit


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@249275 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-29 01:25:12 +00:00
Hannes Magnusson
b499efb673 Use the &Functions; entity (patch by Felipe)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248985 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-25 23:41:33 +00:00
Philip Olson
dcf96bd468 MFB: Upgrade to the new-reference-structure
- Split reference.xml into book.xml, setup.xml, pattern.xml, and examples.xml
- Moved from reference.xml to book.xml:
  - The intro text (partintro), and link to various pages
- Moved from reference.xml to setup.xml:
  - The requirements, installation, configuration, and resources
- Changed the constants section to be an <appendix>
- Changed pattern.modifiers.xml from refentry to article
- Changed pattern.syntax.xml from refentry to article
- Changed refsect1 and refsect2 to sections within the new articles
- Changed the intro ID from <extname>.intro to intro.<extname>


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248797 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-23 04:06:52 +00:00
Hannes Magnusson
0258a77f1e MFB: Rename "functions.xml" to entities.<dirname>.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247901 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-10 17:06:11 +00:00
Felipe Pena
0c6eb2a657 Added information about (?J) internal option
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247723 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-06 22:55:20 +00:00
Felipe Pena
77d57327f0 Added information, fixed large lines.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247722 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-06 22:54:23 +00:00
Felipe Pena
cdaad7fc5e Add example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@247676 c90b9560-bf6c-de11-be94-00142212c4b1
2007-12-05 23:38:31 +00:00
Jakub Vrana
90b956e4d8 \h \H \v \V \k \K (bug #43355)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246585 c90b9560-bf6c-de11-be94-00142212c4b1
2007-11-21 11:31:44 +00:00
Hannes Magnusson
e26d404d0f Fix build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242905 c90b9560-bf6c-de11-be94-00142212c4b1
2007-09-25 13:26:54 +00:00
Richard Quadling
f474645390 Fix #42730
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242873 c90b9560-bf6c-de11-be94-00142212c4b1
2007-09-24 08:08:21 +00:00
Nuno Lopes
30704b02e6 semi-automatic update of the ini.xml files
still not updating the big table, because of technical issues


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@242562 c90b9560-bf6c-de11-be94-00142212c4b1
2007-09-14 21:30:51 +00:00
Jakub Vrana
d3992aa101 $offset is in bytes (#41588)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241386 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-17 03:00:29 +00:00
Jakub Vrana
57b33ec289 Description of matches depend on flags (bug #42159)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@241301 c90b9560-bf6c-de11-be94-00142212c4b1
2007-08-16 10:03:31 +00:00
Nuno Lopes
2d1d50ab67 add <constant> tags
add the new PCRE_VERSION constant


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@240390 c90b9560-bf6c-de11-be94-00142212c4b1
2007-07-27 11:22:04 +00:00
Etienne Kneuss
0c07feb082 Bad wording
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@240231 c90b9560-bf6c-de11-be94-00142212c4b1
2007-07-23 19:32:16 +00:00
Hannes Magnusson
c030e2adf7 Upgrade to DocBook5:
- All id attributes are now xml:id
 - Add docbook namespace to all root elements
 - Replace <ulink /> with <link xlink:href />
 - Minor markup fixes here and there


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@238160 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-20 22:25:43 +00:00
Mehdi Achour
90fc7ae81c Add ChangeLog
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@237878 c90b9560-bf6c-de11-be94-00142212c4b1
2007-06-17 02:08:16 +00:00
Jakub Vrana
0b63139027 Internal name for 'e'
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@236110 c90b9560-bf6c-de11-be94-00142212c4b1
2007-05-22 14:07:03 +00:00
Jakub Vrana
32fef164b0 The maximum length of a subject string (bug #40627)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@232441 c90b9560-bf6c-de11-be94-00142212c4b1
2007-03-23 15:45:20 +00:00
Martin Samesch
ae72e57f32 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@230763 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-25 16:07:44 +00:00
Etienne Kneuss
b320d7a4f7 typo--, thanks nuno
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229773 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-14 00:07:56 +00:00
Etienne Kneuss
c2e3af5720 backslashes and NULL chars are also escaped
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229771 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-13 23:44:53 +00:00
Nuno Lopes
cce3db21a1 fix bug #40395: document which chars are escaped when running with '/e' modifier
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229572 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-11 19:48:34 +00:00
Martin Samesch
cd1f7c8ca1 Removed BETA from PHP version
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229073 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-05 21:19:24 +00:00
Martin Samesch
979eb4d641 the subject returned isn't the parameter 'subject' that was passed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229041 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-05 14:42:26 +00:00
Martin Samesch
71337d2152 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229040 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-05 14:34:28 +00:00
Martin Samesch
bf7e274c41 typo (wrong function)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229026 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-05 09:53:42 +00:00
Mehdi Achour
311ebbd64c Document parameters in the good place
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228787 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-02 22:44:17 +00:00
Mehdi Achour
039d648a12 ref.pcre: switch to new doc style
# And fix #40215


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228785 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-02 22:11:46 +00:00
Mehdi Achour
64a1c7cc9e WS, preparing for new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228784 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-02 22:09:12 +00:00
Mehdi Achour
e9101363ed Fix #40272: affects the matches parameter, not the returned value
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228719 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-02 02:44:17 +00:00
Philip Olson
9dfd4d483b Removed use of PL, RC, and BETA from PHP versions as they go against our
conventions.
# Thanks to etienne and nuno for being regex masters ;-)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@228614 c90b9560-bf6c-de11-be94-00142212c4b1
2007-02-01 00:46:02 +00:00
Sean Coates
aa62978193 bug #38999; fix language
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@220832 c90b9560-bf6c-de11-be94-00142212c4b1
2006-09-30 18:20:02 +00:00
Dave Barr
e86398e2cb - Typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@219619 c90b9560-bf6c-de11-be94-00142212c4b1
2006-09-08 08:48:16 +00:00
Etienne Kneuss
c29f0e9a74 New example using recursion
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@215180 c90b9560-bf6c-de11-be94-00142212c4b1
2006-06-21 17:08:39 +00:00
Etienne Kneuss
b287313c6b Fix #36112 (Bad example removed)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214904 c90b9560-bf6c-de11-be94-00142212c4b1
2006-06-16 13:44:09 +00:00
TAKAGI Masahiro
abd3644f1a added missing closing parentheses.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214362 c90b9560-bf6c-de11-be94-00142212c4b1
2006-06-07 03:11:02 +00:00
Nuno Lopes
9e64d5dc4d oops, I forgot to add the availability of the new constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214314 c90b9560-bf6c-de11-be94-00142212c4b1
2006-06-06 12:24:45 +00:00
Nuno Lopes
552821619c expand the pcre_last_error() page
add a new ini section
some linking


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@214313 c90b9560-bf6c-de11-be94-00142212c4b1
2006-06-06 12:20:47 +00:00
Antony Dovgal
efc77ab610 add documentation for new ext/pcre constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@213954 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-30 10:24:26 +00:00
Philip Olson
78adb7cb35 Initial commit, still considered undocumented.
See also: pcre.backtrack_limit and pcre.recursion_limit


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@212773 c90b9560-bf6c-de11-be94-00142212c4b1
2006-05-10 17:27:51 +00:00
Dave Barr
e5fa0f1a26 - Typos.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@211661 c90b9560-bf6c-de11-be94-00142212c4b1
2006-04-19 03:04:12 +00:00
Jakub Vrana
88e8d865bd See preg_replace for parameters description (bug #35356)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@210611 c90b9560-bf6c-de11-be94-00142212c4b1
2006-04-03 15:10:11 +00:00
Nuno Lopes
0e8a9a7ece improve last example's regex
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@207466 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-18 22:44:06 +00:00
Nuno Lopes
3534833478 fix #35258: document the compiled regex cache
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@206679 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-07 17:31:23 +00:00
Nuno Lopes
d5b66c381a clarify that nothing is needed to build the pcre extension
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@206678 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-07 17:19:31 +00:00
Nuno Lopes
7177e13973 fix #36271: add a tip about faster/simpler alternative functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@206677 c90b9560-bf6c-de11-be94-00142212c4b1
2006-02-07 17:07:22 +00:00
Jakub Vrana
85c3cb8f2f No Locale Support section (bug #35938)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@204864 c90b9560-bf6c-de11-be94-00142212c4b1
2006-01-09 13:46:10 +00:00
Nuno Lopes
cfb4a04e63 fix #35035: typo in an example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200080 c90b9560-bf6c-de11-be94-00142212c4b1
2005-11-06 11:16:18 +00:00
Jakub Vrana
b18d908eb5 Note about \ in PHP strings (bug #34562)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196435 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-20 11:42:58 +00:00
Nuno Lopes
b069a314a4 add tagging
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@195136 c90b9560-bf6c-de11-be94-00142212c4b1
2005-09-04 19:39:32 +00:00
Jakub Vrana
5ace950dc8 Use foreach
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189684 c90b9560-bf6c-de11-be94-00142212c4b1
2005-07-01 13:07:50 +00:00
Jakub Vrana
2bed4f6ded Fix return types (2/2)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189137 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-24 09:11:47 +00:00
Jakub Vrana
bf129377b1 Option (?X)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@189101 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-23 14:35:56 +00:00
Jakub Vrana
2d24777fae PCRE 5.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188618 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-17 11:40:21 +00:00
Jakub Vrana
df3388acc3 count parameter
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188605 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-17 08:29:29 +00:00
Jakub Vrana
889f289ed0 Version information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188307 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-13 16:30:42 +00:00
Jakub Vrana
c671f559eb Document PCRE 4.3
# However, PCRE 5.0 is in the sources now


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@188306 c90b9560-bf6c-de11-be94-00142212c4b1
2005-06-13 16:26:27 +00:00
Nuno Lopes
fb8a1a92d8 switch to new style and document the new count parameter
#an english reviewer wanted.. :)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@182957 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-27 12:38:19 +00:00
Nuno Lopes
e5dacc095d WS. prepare for new doc style
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181961 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-12 20:29:57 +00:00
Horst Schirmeier
119febb453 callback type "see also" added
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@181255 c90b9560-bf6c-de11-be94-00142212c4b1
2005-03-03 13:42:12 +00:00
Jakub Vrana
3b3a880c96 Single backslash, single quotes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@180667 c90b9560-bf6c-de11-be94-00142212c4b1
2005-02-24 14:31:46 +00:00
Nuno Lopes
3047d65cae update docs to reflect the new behaviour of (?xx) at top level
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@175078 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-19 13:35:34 +00:00
Sean Coates
884d0238bb /e -> 'e'
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174727 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-14 18:35:42 +00:00
Aidan Lister
dc60ced6cf whitespace fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174209 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-07 03:29:16 +00:00
Aidan Lister
996071ceab Added extra example showing stripping of whitespace (this question is asked atleast 3 times a day)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174081 c90b9560-bf6c-de11-be94-00142212c4b1
2004-12-05 15:12:10 +00:00
Jakub Vrana
c148211fa2 Replace <parameter>&amp; by <parameter role="reference">
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@172416 c90b9560-bf6c-de11-be94-00142212c4b1
2004-11-10 08:30:50 +00:00
Alexander Voytsekhovskyy
0fbb830d38 Fixed little typo (from copy/paste)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@170898 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-20 08:39:04 +00:00
Andrey Demenev
7074759fdc <function> => <literal>
use &example.outputs;


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@170513 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-12 11:20:28 +00:00
Jakub Vrana
9ce37c137f offset VS substr (patch by Andrey Demenev)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@170504 c90b9560-bf6c-de11-be94-00142212c4b1
2004-10-12 07:49:06 +00:00
Jakub Vrana
dd02b70288 'or' was prepared for this :-)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168612 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-15 07:22:26 +00:00
Sean Coates
8dfb4f1e7b removed superfluous 'or'
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168600 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-14 21:30:21 +00:00
Sean Coates
e2b104f082 ws
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168599 c90b9560-bf6c-de11-be94-00142212c4b1
2004-09-14 21:28:40 +00:00
Dave Barr
38a88368a0 - Add &lt; and fix assertion. Fixes #29621.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@166069 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-11 20:15:29 +00:00
Friedhelm Betz
a3f050e977 markup:
no more <literal> with PHP (versions)
replace literal with meaningful tags where appropriate


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165937 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-10 16:30:22 +00:00
Jakub Vrana
7c01f95b1e Ungreedy can be set by (?U) (bug #24571)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165645 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-07 15:07:57 +00:00
Jakub Vrana
f64c0fb453 Escaping with e modifier
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165616 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-07 08:50:32 +00:00
Jakub Vrana
37771eeb9e Parameters passed by reference
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165096 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-03 15:51:11 +00:00
Nuno Lopes
aee7bfcaf7 fix IDs: now livedocs correctly links the pattern syntax/modifiers
some WS


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164618 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-29 10:15:26 +00:00
Philip Olson
148550502b Added "is binary safe" information as per NEWS. Used &note.bin-safe; for anything < 4.0.3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164050 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-22 22:51:12 +00:00
Nuno Lopes
51c605f72a fix #28408: simple proto fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159270 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-21 14:04:32 +00:00
Martin Samesch
42c5a6ef3b typos... (hope it's not worse now ;-)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153868 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-17 09:10:20 +00:00
Kenneth Schwartz
2cb355725a renamed pcre.pattern.syntax and .modifiers & updated entities
(they're already in the pcre section)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152841 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-03 05:06:14 +00:00
Kenneth Schwartz
7542a24701 pattern syntax and modifiers back under table of contents
(thanks to dave)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152840 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-03 04:20:35 +00:00
Jakub Vrana
2ef8aa72ac Fix of minor glitches by Gaetano Giunta
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152774 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-02 12:50:22 +00:00
Dave Barr
67b99af1bc - it's => its.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152603 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-28 15:13:46 +00:00
Nuno Lopes
d3c89cccb9 fix #25754
note about PCRE limitations


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152100 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-22 20:26:49 +00:00
Jakub Vrana
75a7ec56f0 Bug #27305
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151684 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-18 09:27:42 +00:00
Nuno Lopes
73a021b40d remove bogus note. reported by a user in the ML
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151128 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-11 16:43:40 +00:00
Mehdi Achour
45a0f65851 CS : Function declarations follow the 'one true brace' convention
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@148756 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-15 12:43:50 +00:00
Andrei Zmievski
c4a4fa48cf Document new flags, parameters.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147954 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-06 09:14:39 +00:00