Commit graph

171 commits

Author SHA1 Message Date
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 .


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
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
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 - 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 )
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 )
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
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 )
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
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 ()
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 )
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