Commit graph

116 commits

Author SHA1 Message Date
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
Daniel Egeberg
78071bae5a Fixed #50864 (SimpleXMLElement::count does not exist)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295784 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-03 14:13:09 +00:00
Daniel Egeberg
f5cf87b6e6 Fixing mistakes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295470 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-24 13:16:50 +00:00
Daniel Egeberg
80cbff1fc0 Should be the last fix to SimpleXMLElement::children(). Grammar fixes, documented parameters, added additional example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295463 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-24 12:23:28 +00:00
Daniel Egeberg
ab93921763 Method -> function
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295462 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-24 11:47:16 +00:00
Daniel Egeberg
120c783749 Fixed PHP bug #50864 (SimpleXMLElement::count does not exist)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295461 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-24 11:23:37 +00:00
Richard Quadling
f77812a492 W/S tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294410 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 14:12:22 +00:00
Peter Cowburn
078fd908ca corrected broken example, fixes #50880
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294200 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-29 13:17:25 +00:00
Kalle Sommer Nielsen
446e64f854 Fixed bug #41662 (SimpleXML->children() misleading result)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293214 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-07 12:25:06 +00:00
Pierrick Charron
4724b47c25 Added new entities for Properties, Methods, InheritedMethods, Constants
# Those words were hardcoded in all class synopsis 


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292734 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-29 09:42:00 +00:00
Jakub Vrana
a79cb10d56 Explain properties type (bug #46517)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291073 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-20 12:21:56 +00:00
Richard Quadling
f658721332 Use &return.falseforfailure; entity.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290410 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-09 10:26:08 +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
TAKAGI Masahiro
30a2882043 set svn:keywords.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287786 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-27 02:53:47 +00:00
Jakub Vrana
b0d417b9be Class structure for SimpleXMLElement
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@287736 c90b9560-bf6c-de11-be94-00142212c4b1
2009-08-26 11:02:56 +00:00
Hannes Magnusson
9b80342788 Add errorhandling docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@286588 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-31 11:28:21 +00:00
Nilgün Belma Bugüner
9511edb9f8 fixed properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@283836 c90b9560-bf6c-de11-be94-00142212c4b1
2009-07-11 08:54:10 +00:00
Nilgün Belma Bugüner
97cb48b565 Changed <xref linkend="... to <methodname>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@281596 c90b9560-bf6c-de11-be94-00142212c4b1
2009-06-03 14:21:18 +00:00
Philip Olson
8589c713a7 Changed <link linkend="function... to <methodname> where appropriate (markup)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@280164 c90b9560-bf6c-de11-be94-00142212c4b1
2009-05-08 16:11:20 +00:00
Philip Olson
7107e1f371 Fixed refname, and added __construct to versions.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@275442 c90b9560-bf6c-de11-be94-00142212c4b1
2009-02-09 18:07:27 +00:00
Jakub Vrana
b08c166781 Initializers - part 6
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@273942 c90b9560-bf6c-de11-be94-00142212c4b1
2009-01-19 15:05:01 +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
c8e93acc4a Two elements are different (bug #44411)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@268479 c90b9560-bf6c-de11-be94-00142212c4b1
2008-11-07 11:01:00 +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
Rudy Nappée
685a03b4b3 * No () in refnames
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263467 c90b9560-bf6c-de11-be94-00142212c4b1
2008-07-24 21:54:47 +00:00
Antony Dovgal
cbcee967b7 fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@250675 c90b9560-bf6c-de11-be94-00142212c4b1
2008-01-15 08:37:58 +00:00