Commit graph

141 commits

Author SHA1 Message Date
Jakub Vrana
578a13198f Update versions based on parsing sources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344132 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-31 12:27:12 +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
dd07341fae Remove trailing fullstop in <refpurpose>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343888 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 15:34:22 +00:00
André Luis Ferreira da Silva Bacci
e9366ee458 Fix svn:eol-style, svn:keywords and svn:mime-type on XML files. No content change, but some revision numbers will upgrade.
See https://github.com/phpdocbrbridge/bridge/blob/master/src/revbumper.php for automatic tool for translations.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342988 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-02 18:42:15 +00:00
Christoph Michael Becker
8e8be101a2 Fix #66695: Insufficient documentation wrt. LIBXML_PARSEHUGE
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339938 c90b9560-bf6c-de11-be94-00142212c4b1
2016-08-27 00:12:27 +00:00
Adam Harvey
41d8e7ffe4 Update version information to include PHP 7.
This was mostly done programmatically, and is likely wrong for a small number
of functions. We may have to wait for bug reports, unless someone wants to
review this by hand. Basic efforts were made to avoid adding "PHP 7" to
functions that were removed in PHP 5.x (x > 0) and PHP 7, but there are
undoubtedly still issues.

In case we're still using Docbook for PHP 8, I've uploaded the script that I
wrote to do this to GitHub at
https://github.com/LawnGnome/php-doc-version-migrator.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338406 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-04 21:40:07 +00:00
Christoph Michael Becker
96a4b73c02 added return.falseproblem warning to SimpleXML factory functions (fixes bug #69596)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336942 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-14 14:06:12 +00:00
Christoph Michael Becker
f96f7aecf8 improved examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336937 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-13 22:10:18 +00:00
Richard Quadling
cb2e7b70b1 svn:keywords, svn:eol-style, svn:ignore all set appropriately.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334955 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-23 12:08:23 +00:00
Simion Onea
14af302c9c Making the XML definition consistent across the entire project.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334762 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-05 07:44:07 +00:00
Peter Cowburn
d8d9a1e6a4 WS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333168 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-29 21:53:14 +00:00
Jakub Vrana
aa80668875 Document SimpleXMLElement::__toString()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332131 c90b9560-bf6c-de11-be94-00142212c4b1
2013-11-16 05:48:19 +00:00
Sebastian Bergmann
656d1610af Add missing modifier information. Patch by Jeff Welch <whatthejeff@gmail.com>.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330543 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-18 05:36:30 +00:00
Jakub Vrana
9e8b518051 Add versions for classes
Generated by http://pastebin.com/NByXgj7E and manually edited

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330432 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-31 21:02:33 +00:00
Jakub Vrana
1634a88641 Delete redundant <!-- Membership: -->
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330340 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-23 17:38:21 +00:00
Jakub Vrana
b77ea449e7 Undocument interfaces inherited from other implemented interface
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330310 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-20 19:13:25 +00:00
Jakub Vrana
a592ee62e5 Document new method parameters
Checked with http://pastebin.com/PQKzkuQK

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330271 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-17 19:01:19 +00:00
Richard Quadling
b93b3a95c9 BOM removed.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329055 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-10 16:50:00 +00:00
Kalle Sommer Nielsen
ef2c8a7a95 Fixed #63679 ("Dealing with XML errors" documentation example is wrong)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328672 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-05 09:11:46 +00:00
Sherif Ramadan
117197a7a4 Updated change log entries for SimpleXMLElement construct parameters.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328503 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-26 21:38:03 +00:00
Hannes Magnusson
858cacd62c mark bunch of extensions with "membership" PI (like the membership comment)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326064 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-09 17:34:56 +00:00
Hannes Magnusson
cbc44b26f3 Wrong variable name, pointed out by Simon Harper
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322827 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-26 15:32:15 +00:00
Jakub Vrana
85e669ffd0 Returns SimpleXMLIterator
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322181 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-13 10:37:09 +00:00
Jakub Vrana
33a730640a SimpleXMLIterator is defined in simplexml not spl extension
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322180 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-13 10:34:09 +00:00
Jakub Vrana
d8b968e63c Document public constructors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321901 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-08 05:33:58 +00:00
Justin Martin
8b2a3534bf Documented $ns and $prefix parameters. Closes bug #54805.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320551 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-07 03:51:29 +00:00
Justin Martin
b098faa4b4 Changed return type to SimpleXMLElement, for the purpose of simplification. Closes bug #60382.
Also changed returns to use proper 'or false on failure' entity.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319987 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-27 03:29:58 +00:00
Gordon Oheim
4c1b3f8f93 Marked up Exception as classname
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319682 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-22 14:22:28 +00:00
Richard Quadling
8263f53d86 Value parameter is optional.
Fix bug#60924

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319173 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-14 15:17:09 +00:00
Richard Quadling
8b6d169424 Native EOL
Use consistent line terminator.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317663 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-03 16:27:39 +00:00
Peter Cowburn
64c495fab7 name variables better in simplexml basic examples (hat tip Gordon Oheim)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315548 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-26 11:34:18 +00:00
Jakub Vrana
ac04b2ea21 Extension purpose is not needed anymore
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313269 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-15 15:46:15 +00:00
Justin Martin
9212a0e064 Filled in the ns and is_prefix parameters, closing #54647
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312824 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-02 22:46:52 +00:00
Matthew Fonda
9e253dede9 Clarify that SimpleXML::__construct raises E_WARNING for errors in XML, but throws an exception if the XML is unparsable - fixes bug #53998
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312634 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-29 17:46:38 +00:00
Peter Cowburn
ea1e3be13a see also link to basic usage page
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311775 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-03 15:33:29 +00:00
Jakub Vrana
d3c871ae1e Fix protos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308253 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-11 13:16:13 +00:00
Adam Harvey
9612f986d0 Fix doc bug #53633 (SimpleXML incorrectly gives NULL for attributes() with
XPath value expression).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@307081 c90b9560-bf6c-de11-be94-00142212c4b1
2011-01-04 13:33:49 +00:00
Peter Cowburn
03be84c151 added SimpleXMLElement::saveXML
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305706 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-23 23:25:55 +00:00
Peter Cowburn
e551bed23b SXE class/method synopsis improvements, lowercase xml:ids
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305704 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-23 23:21:32 +00:00
Justin Martin
3d96f443ae Added a note to all SimpleXMLElement method examples which make use of the example.php include, indicating where that include is located. As per bug #53186.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@305120 c90b9560-bf6c-de11-be94-00142212c4b1
2010-11-05 23:56:36 +00:00
Peter Cowburn
2812872863 revert r302623 (the documented changes were reverted in php-src: see r302715)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302718 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-23 18:21:27 +00:00
Peter Cowburn
ef058a1f65 simplexmlelement/iterator implements arrayaccess (doc #52655)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302623 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-21 19:52:40 +00:00
Peter Cowburn
932e5ce430 simplexmlelement implements traversable interface
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302621 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-21 18:31:15 +00:00
Jakub Vrana
58e026c057 Fix PHP syntax errors
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301119 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-09 11:28:40 +00:00
Richard Quadling
ea2023e453 Added <screen> output for examples.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301048 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-07 11:47:34 +00:00
Daniel Egeberg
54028b9d81 Fixed PHP bug #52273, added example outputs to SimpleXMLElement::getDocNamespaces().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301044 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-07 11:18:44 +00:00
Philip Olson
383b579aef - Unified and clarified the installation section of our libxml based XML extensions
- Added libxml requirement to extensions requiring it (w/ new entity)
- Added --disable-* description for those that are enabled by default (w/ new entity)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@300860 c90b9560-bf6c-de11-be94-00142212c4b1
2010-06-29 19:21:07 +00:00
Daniel Egeberg
95225913b7 Fixed PHP bug #51585 (wrong description for is_prefix in SimpleXMLElement::children)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298133 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-17 21:13:21 +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
Daniel Egeberg
be4feedda9 Fixed example in SimpleXMLElement::count().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295805 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-03 19:30:46 +00:00