Christoph Michael Becker
f0f896b7d4
typo fix by matthew rummler
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337313 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-06 23:31:54 +00:00
Christoph Michael Becker
0b3c7e0cf0
fixed validation error
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337232 c90b9560-bf6c-de11-be94-00142212c4b1
2015-07-23 22:16:25 +00:00
Christoph Michael Becker
5bd7acd547
added note that IteratorIterator delegates to the inner iterator (contributed
...
by anon user)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337231 c90b9560-bf6c-de11-be94-00142212c4b1
2015-07-23 22:12:07 +00:00
Peter Cowburn
70f45eaae2
use constructorsynopsis for SplFileObject (doc bug #69956 )
...
So that the constructor is not incorrectly listed
under Inherited Methods for child classes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337074 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-28 15:04:45 +00:00
Christoph Michael Becker
a706ea6af5
fixed typos, grammar, expression
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336939 c90b9560-bf6c-de11-be94-00142212c4b1
2015-06-13 22:22:45 +00:00
Peter Cowburn
a2f3c32c3d
add SplFileObject::fputcsv escape parameter (doc bug #69516 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336637 c90b9560-bf6c-de11-be94-00142212c4b1
2015-04-23 18:44:59 +00:00
Jeremy Mikola
5dd51e4caf
Make SplFileInfo class setter documentation consistent
...
Adds links to referenced classes and methods and applies a similar template to both methods' documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336018 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-27 21:53:57 +00:00
Jeremy Mikola
cf04609ce5
SplFileInfo class setters allow and default to base class
...
These methods allow (and default to) the base class. The previous documentation made it seem as if only child classes were accepted as an argument and also did not clarify the default value. That likely resulted in the following HHVM implementation difference: https://github.com/facebook/hhvm/pull/4917
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@336017 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-27 21:48:00 +00:00
Peter Cowburn
a6685adf7a
fix truncated comment in example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335963 c90b9560-bf6c-de11-be94-00142212c4b1
2015-02-19 14:34:22 +00:00
Jean-Sebastien Hedde
41060e691d
Anonymous contributions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335484 c90b9560-bf6c-de11-be94-00142212c4b1
2014-12-30 12:29:17 +00:00
Karoly Negyesi
cac13376b3
Class implements works with interfaces
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335156 c90b9560-bf6c-de11-be94-00142212c4b1
2014-11-03 15:35:16 +00:00
Hannes Magnusson
9153615957
Revert r333536 Fixed version number in changelog
...
Revert r333311 Updated Countable::count([$mode]) to reflect newest changes
The fix for bug #67064 was reverted, so undocumenting the changes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335135 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-26 01:28:08 +00:00
Jean-Sebastien Hedde
1d6e98c575
While the note clearly mention that fact, the main description was misleading and could lead to potentially hard-to-detect bugs. Better mention it twice, than taking this kind of risk
...
--
Provided by anonymous 28912 (adrien.crivelli@gmail.com )
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@335115 c90b9560-bf6c-de11-be94-00142212c4b1
2014-10-21 18:30:49 +00:00
Joe Watkins
fb8a70ca39
bring these inline for #67936 (change wording from stack to queue)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334980 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-24 19:50:30 +00:00
Joe Watkins
edffc3f9c4
fix #67936 (change use of the word "stack" for "queue")
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334917 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-21 06:50:51 +00:00
Peter Cowburn
340b340721
fleshed out SplFileObject::fread() a bit
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334795 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-06 18:54:10 +00:00
Peter Cowburn
eba5461de9
SplFileObject::fread() not new in 5.6
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334794 c90b9560-bf6c-de11-be94-00142212c4b1
2014-09-06 18:54:05 +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
Adam Harvey
3bb0367cc9
Add SPLFileObject::fread(), which I somehow missed last time around.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334642 c90b9560-bf6c-de11-be94-00142212c4b1
2014-08-28 06:51:17 +00:00
Peter Cowburn
8e5b51f313
Let's use __DIR__
...
Patch by André Fiedler
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333665 c90b9560-bf6c-de11-be94-00142212c4b1
2014-06-01 13:10:36 +00:00
Maciej Sobaczewski
4c3829fef3
Fixed version number in changelog
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333536 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-14 10:04:08 +00:00
Adam Harvey
53baee51a0
Fix the return type of ArrayObject::serialize().
...
Fixes doc bug #67202 (Wrong documeted return type fo for
ArrayObject::serialize).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333481 c90b9560-bf6c-de11-be94-00142212c4b1
2014-05-05 17:56:36 +00:00
Levi Morrison
dbc2f48564
Fixes bug 65170
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333362 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-17 14:54:00 +00:00
Dejan Marjanovic
9905374cd0
Replace single quotes with double for (string) <initializer> unless string contains double quotes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333317 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-14 23:48:06 +00:00
Dejan Marjanovic
7d6899caf4
Change double quotes to single based on https://github.com/php/php-src/blob/master/ext/spl/spl.php#L973
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333315 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-14 22:13:49 +00:00
Bob Weinand
754b32b63d
Added string quotes on default of optional parameter for SplFileInfo::openFile()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333314 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-14 22:02:49 +00:00
Bob Weinand
3dce855d99
Updated Countable::count([$mode]) to reflect newest changes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333311 c90b9560-bf6c-de11-be94-00142212c4b1
2014-04-13 22:20:23 +00:00
Peter Cowburn
b2f47359a2
grammar
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@333199 c90b9560-bf6c-de11-be94-00142212c4b1
2014-03-29 21:55:26 +00:00
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