Commit graph

486 commits

Author SHA1 Message Date
Peter Cowburn
3ecf580903 CachingIterator::getCache()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333177 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-29 21:53:53 +00:00
Peter Cowburn
f4aa62f285 Typo in example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333172 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-29 21:53:30 +00:00
Peter Cowburn
55907a3eea Document new SplDoublyLinkedList::add()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333160 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-29 20:44:55 +00:00
Levi Morrison
a516cd8177 All iterators must be rewound before use. This one was found via bug report 62914.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333155 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-28 19:41:52 +00:00
Peter Cowburn
11c40505eb Currently, the Children methods both incorrectly indicate they are void.
-- 
Provided by anonymous 40815 (slusarz@horde.org)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333095 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-24 20:40:03 +00:00
Joe Watkins
34db5b5195 fix #66421 clarify wording
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332764 c90b9560-bf6c-de11-be94-00142212c4b1
2014-02-01 09:11:38 +00:00
Joe Watkins
7c9779ef8f fix #66178 remove broken link to legacy (and lost) doxygen format documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@332263 c90b9560-bf6c-de11-be94-00142212c4b1
2013-12-04 13:50:10 +00:00
Chris Wright
43969ffba3 Document E_NOTICE emitted when an undefined index is supplied to ArrayObject::offsetGet(). Fix for bug #65942.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331907 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-22 10:40:38 +00:00
Chris Wright
43b74c6357 Convert static method variable to private class property in Countable::count() example.
---
Provided by online editor anonymous user 34863

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331901 c90b9560-bf6c-de11-be94-00142212c4b1
2013-10-22 08:20:00 +00:00
Chris Wright
89d9178a6e Fix DTD violation in ArrayObject::__construct() introduced in revision 331442
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331446 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-19 09:40:56 +00:00
Levi Morrison
ca2476ff7b Documented exceptions for ArrayObject::__construct.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331443 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-19 04:45:56 +00:00
Levi Morrison
536e9b2044 Added missing initializer for input
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@331441 c90b9560-bf6c-de11-be94-00142212c4b1
2013-09-19 04:20:06 +00:00
Levi Morrison
97f51377ce Clarified what the SPL is; this is the introduction page after all.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330788 c90b9560-bf6c-de11-be94-00142212c4b1
2013-07-07 22:16:24 +00:00
Adam Harvey
f878df475d Add the new support for non-scalar keys in foreach.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330578 c90b9560-bf6c-de11-be94-00142212c4b1
2013-06-20 23:35:15 +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
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
38e65393c5 Use InheritedProperties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330314 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-20 20:36:05 +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
Jakub Vrana
e0fc301e08 Put PHP 5.5 methods to versions.xml
Generated by http://pastebin.com/s5DSrPc3

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330251 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-16 20:34:19 +00:00
Peter Cowburn
0851a6f64a Fixed example code: __construct() is not required by SeekableIterator interface, an Iterator must not automatically rewind, A SeekableIterator should not set its position out of bounds
-- 
Provided by ha kre (hanskrentel@yahoo.de)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330180 c90b9560-bf6c-de11-be94-00142212c4b1
2013-05-07 07:13:05 +00:00
Peter Cowburn
f96e4a4e9e fix example flags (doc #64583)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330156 c90b9560-bf6c-de11-be94-00142212c4b1
2013-04-27 10:51:28 +00:00
JulienPauli
69884b8692 Error in code example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330039 c90b9560-bf6c-de11-be94-00142212c4b1
2013-04-09 08:07:58 +00:00
Jakub Vrana
532733665b Priority queue uses maximum priority
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329790 c90b9560-bf6c-de11-be94-00142212c4b1
2013-03-15 05:44:51 +00:00
Ferenc Kovacs
69979328b7 add synopsis for the SplFileObject::__toString method
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329366 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-30 01:30:54 +00:00
Ole Aass
42871790fb Bug #63718 - Changed <classname> to ArrayIterator and <methodname> to ArrayIterator::setFlags()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329238 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-19 14:46:31 +00:00
Justin Martin
b7081b52fe Fixed return value.
Closes bug #63966.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329089 c90b9560-bf6c-de11-be94-00142212c4b1
2013-01-12 00:33:53 +00:00
Levi Morrison
32eae026d6 ArrayObject::offsetGet returns NULL if you access an undefined offset, not FALSE.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328715 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-09 01:15:17 +00:00
Levi Morrison
5f2e923297 Updated return information to match its current implementation. See bug report #60588.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328714 c90b9560-bf6c-de11-be94-00142212c4b1
2012-12-09 01:11:01 +00:00
Adam Harvey
3fd455a655 Add SplFixedArray documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328475 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-23 09:11:08 +00:00
Levi Morrison
09969a4276 Standardized capitalization of offsetSet and offsetGet; sometimes referenced as offSetSet and offSetGet.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328413 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-19 02:11:02 +00:00
Peter Cowburn
5c3e876690 Corrects the documented value for the SplFileObject::SKIP_EMPTY constant. (doc #63282)
salathe: also added changelog entry for SKIP_EMPTY

--
Provided by Niel Archer (niel.archer@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328339 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-12 22:35:27 +00:00
Jakub Vrana
e3b9788fa7 Fix iterators' key() return type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328297 c90b9560-bf6c-de11-be94-00142212c4b1
2012-11-09 23:12:56 +00:00
Yannick Torres
00649f549f Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328079 c90b9560-bf6c-de11-be94-00142212c4b1
2012-10-19 09:28:27 +00:00
Peter Cowburn
a00483513d Confusing example output is confusing (doc 63246)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327967 c90b9560-bf6c-de11-be94-00142212c4b1
2012-10-09 13:56:17 +00:00
Etienne Kneuss
6c09aea7ac Fix return value from void to array.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327157 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-17 12:33:35 +00:00
Peter Cowburn
62e53a77cf Both offsetSet and offsetGet have a note stating they are a method alias, but this one did not. Adding for completeness.
-- 
Provided by anonymous #19341 (leight@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@327145 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-16 09:24:15 +00:00
Etienne Kneuss
275a827b23 Flag class as abstract
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326960 c90b9560-bf6c-de11-be94-00142212c4b1
2012-08-03 13:19:57 +00:00
Peter Cowburn
e0ee40931d document directoryiterator::getextension (mostly copied from splfileinfo::getextension) (thanks mrok)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326896 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-30 21:34:29 +00:00
Brett Bieber
6505348a2b Minor coding standards fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326811 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-25 13:19:41 +00:00
Sherif Ramadan
d0f905d0a7 Incorrect argument description, fixes Bug #62604
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326697 c90b9560-bf6c-de11-be94-00142212c4b1
2012-07-19 03:29:13 +00:00
Peter Cowburn
fa9c9d06dd minor improvements for SplObjectStorage::getHash() (doc #60643)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326298 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-22 20:49:42 +00:00
Jakub Vrana
66a7b80b4a Add parameter and initializers
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326112 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-12 00:36:15 +00:00
Jakub Vrana
d501e1e413 Default value
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@326109 c90b9560-bf6c-de11-be94-00142212c4b1
2012-06-12 00:11:08 +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
Peter Cowburn
a3c111bffd added basic examples for spl_autoload_register
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325783 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-22 20:52:05 +00:00
Peter Cowburn
53cab0d4dc fix function name in example (doc #62108)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325772 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-22 12:29:34 +00:00
Peter Cowburn
4d81bf2025 typofix "aly"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325727 c90b9560-bf6c-de11-be94-00142212c4b1
2012-05-16 19:35:11 +00:00
Peter Cowburn
8ec78b9e7f changelog for directoryiterator extending from splfileinfo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325478 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-27 21:58:08 +00:00
Peter Cowburn
545354f92c changelog for directoryiterator constructor exceptions (doc #61833)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325477 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-27 21:57:57 +00:00
Peter Cowburn
376417834e document SplFileObject::fputcsv() (doc #60878)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325467 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-26 21:21:29 +00:00
Nikita Popov
155514e434 Commit typo fix by Kevin Abel
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325428 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-23 17:37:49 +00:00
Jakub Vrana
cf81347191 Use <function>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325343 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-20 01:11:40 +00:00
Peter Cowburn
76a97c922d fix incorrect prototype: Iterator not Traversable (doc #61705)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325140 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-13 08:38:38 +00:00
Adam Harvey
7633408874 Fix doc bug #61705 (Incorrect return type documented for
CachingIterator->getInnerIterator()).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325134 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-13 06:57:24 +00:00
Peter Cowburn
d06666a2f7 revert r324994 (sift was the correct word)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324998 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-10 10:05:09 +00:00
Yannick Torres
81bfbea133 Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324994 c90b9560-bf6c-de11-be94-00142212c4b1
2012-04-10 07:40:08 +00:00
Peter Cowburn
a2305490d3 class trees for spl exceptions/iterators (an experiment)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324525 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-25 17:31:49 +00:00
Peter Cowburn
ad0e460b02 fleshed out AppendIterator methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324508 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-24 20:10:47 +00:00
Yannick Torres
addba5dcce Typo found by online editor user
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324459 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-22 15:15:20 +00:00
Yannick Torres
94497636f2 Fix svn keywords
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324194 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-13 15:34:05 +00:00
Jakub Vrana
5faa7a6747 Document and use callable type hint introduced in PHP 5.4
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@324122 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-12 05:55:59 +00:00
Justin Martin
1e7df50551 Added class_uses version info.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323894 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-04 18:57:43 +00:00
Philip Olson
1c96b313a0 Added skeletons for SplDoublyLinkedList ->serialize() and ->unserialize()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323795 c90b9560-bf6c-de11-be94-00142212c4b1
2012-03-02 05:19:44 +00:00
Jakub Vrana
4de5cce5d8 Linkable reference constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323624 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-28 13:22:09 +00:00
Stanislav Malyshev
2aba10e8d0 fix versions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323561 c90b9560-bf6c-de11-be94-00142212c4b1
2012-02-26 07:46:05 +00:00
Jakub Vrana
81ee02feed Methods visibility
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322381 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-17 08:20:53 +00:00
Jakub Vrana
0d9c3553ea Intro from SPL sources
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322183 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-13 10:46:53 +00:00
Jakub Vrana
b0a3db9ffe Delete stub
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322182 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-13 10:39:33 +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
692b4ef447 Returns mixed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322179 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-13 10:32:04 +00:00
Jakub Vrana
d6105d5f55 Function entry for __autoload
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322137 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 15:04:13 +00:00
Jakub Vrana
fcddfb2551 Link directly to magic methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322136 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 15:01:15 +00:00
Jakub Vrana
28d123ef98 Don't use <function> for magic methods
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322134 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 14:14:28 +00:00
Jakub Vrana
065dd47a92 Replace _ by - in IDs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322131 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 12:40:04 +00:00
Peter Cowburn
abf3f34d83 markup/minor fixes
- removed unwanted parentheses in methodname
 - entity for return void
 - closing php tag in example
 - descriptive xml:ids

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322103 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 00:07:08 +00:00
Peter Cowburn
2597f7b38c WS - indentation and long line wrapping
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322102 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-12 00:06:58 +00:00
Ulf Wendel
2d09f28be9 Fixing build: simplelist is followed by member not listitem, there is no method but methodname (not sure if braces should be used). Some end-of-line whitespace removal.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322085 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-11 18:08:44 +00:00
Gordon Oheim
0c4ae33c43 Auto re-indent for whitespace formatting.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322080 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-11 16:51:18 +00:00
Gordon Oheim
3a30f35a88 Added explanation for mode and flags as well as showing their effect on iteration in an example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322078 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-11 16:47:59 +00:00
Jakub Vrana
d532fe3ef0 Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@322030 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-10 18:35:14 +00:00
Jakub Vrana
d012ff8aa6 Close PHP tag in examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321987 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-10 02:37:08 +00:00
Jakub Vrana
a4ec4565e9 Describe constants
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321986 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-10 02:20:39 +00:00
Jakub Vrana
b9c3ed8bbb Initializers
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321985 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-10 01:51: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
Jakub Vrana
2c21f12e07 Remove meaningless constant subsections
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321707 c90b9560-bf6c-de11-be94-00142212c4b1
2012-01-03 07:06:01 +00:00
Levi Morrison
b1f96fc8c8 Documented when SplFileObject::setMaxLineLen throws exceptions.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321150 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-19 07:25:44 +00:00
Levi Morrison
67c32a08f2 Extended the use of the exception to include any operation that is not allowed on an empty container. The reason is that peek on an empty container should result in an underflow exception.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321147 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-19 03:04:17 +00:00
Levi Morrison
1e841b7440 Removed usage of the word 'you' and slightly improved the grammar.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321146 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-19 03:02:22 +00:00
Levi Morrison
24465b114b SplMinHeap::compare and SplMaxHeap::compare should return int, not void.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@321072 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-16 18:48:28 +00:00
Levi Morrison
ccdc549169 Added the exceptions thrown when you call SplHeap::extract, SplHeap::top, and SplObjectStorage::offsetGet.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320973 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-13 20:37:12 +00:00
Levi Morrison
3eb596f94c Added the exceptions thrown when you do various things inside of SplDoublyLinkedList.
-- 
Provided by Levi Morrison (morrison.levi@gmail.com) (me)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320965 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-13 19:32:36 +00:00
Peter Cowburn
c5d8fbe414 whitespace, spelling, grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319559 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-19 21:09:00 +00:00
Peter Cowburn
7cf535d52a whitespace, spelling, grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319558 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-19 21:08:45 +00:00
Gordon Oheim
63034344a9 Added Error Sections and clarified parameters where necessary
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319552 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-19 18:45:53 +00:00
Gustavo André dos Santos Lopes
13e91b1a12 ws in the example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319550 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-19 17:37:00 +00:00
Gustavo André dos Santos Lopes
8262c06d5f Documentation for SplObjectStorage::getHash().
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319549 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-19 17:36:18 +00:00
Peter Cowburn
f1c03cc865 fix xml:id for outeriterator.getinneriterator
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318710 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-02 21:46:59 +00:00
Peter Cowburn
c4764b2890 fix xml:id for norewinditerator.rewind
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318709 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-02 21:45:04 +00:00
Richard Quadling
f777cc1bd7 svn:eol-style => native
Added all svn:keywords

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318463 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-27 11:10:36 +00:00