Commit graph

554 commits

Author SHA1 Message Date
Jakub Vrana
7c50ead1ed Fix versions based on parsed php-src
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344068 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 15:23:17 +00:00
Jakub Vrana
920901f85f Remove >= 5.0.0 from versions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@344032 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-29 09:04:35 +00:00
Christoph Michael Becker
7645f06a69 Add version info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343964 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-26 22:56:05 +00:00
Jakub Vrana
7a454edfe5 Fix return type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343930 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-26 13:21:18 +00:00
Jakub Vrana
8cf3d8d92f Fix return type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343929 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-26 13:20:43 +00:00
Jakub Vrana
5f6c0c7994 Document PHP 7.2 functions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343928 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-26 13:20:18 +00:00
Jakub Vrana
0398e4194e Rename to (note 116676)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343913 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-26 09:49:38 +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
508869e1df Use float instead of double
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343895 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-25 16:11:32 +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
Jiří Pudil
3750df03dc Add spl_object_id() documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343851 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-21 14:06:18 +00:00
Christoph Michael Becker
4d8355fa19 Fix typo
Patch provided by anonymous user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343839 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-15 13:38:46 +00:00
Christoph Michael Becker
b23296d191 Fix broken build
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343794 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-09 12:43:05 +00:00
Pasindu De Silva
57f35653b4 Added an examples to getsubpath and getsubpathname methods.
-- 
Provided by anonymous 86700 (tim_siebels_aurich@yahoo.de)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343791 c90b9560-bf6c-de11-be94-00142212c4b1
2018-01-09 12:02:21 +00:00
Peter Cowburn
b77d30fcc8 typofix for doc bug #75498
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343380 c90b9560-bf6c-de11-be94-00142212c4b1
2017-11-08 09:16:36 +00:00
Christoph Michael Becker
dd475c6153 Document ArrayIterator::uasort() and ::uksort()
This partially fixes request #63989 and also integrates 
user note 118260.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343115 c90b9560-bf6c-de11-be94-00142212c4b1
2017-09-21 09:18:21 +00:00
Christoph Michael Becker
3384e40b5d As described in https://www.reddit.com/r/lolphp/comments/67w98x/prototype_says_it_returns_an_int_doc_says_it/ the prototype indicates that it returns an int, the return description says it does not return values and execution of the function seems to return bool. I checked PHP source code and seems that the only value returned is bool, therefore I updated the docs accordingly.
-- 
Provided by anonymous 83640 (jdomenechbborges@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342899 c90b9560-bf6c-de11-be94-00142212c4b1
2017-08-21 11:36:07 +00:00
Kalle Sommer Nielsen
78772dc008 Fix the fix for LOCK_NB on Windows, it seems that the SPL docs was wrong. Added flock()'s changelog to the SPL docs as well
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342695 c90b9560-bf6c-de11-be94-00142212c4b1
2017-07-24 21:03:28 +00:00
Christoph Michael Becker
95e3ed68b8 Fix return value documentation
Patch provided by anon user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342511 c90b9560-bf6c-de11-be94-00142212c4b1
2017-05-26 13:40:38 +00:00
Pieter Hordijk
54578c3746 Added example for "virtual" file handlers
Fixes https://bugs.php.net/bug.php?id=73652

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@342172 c90b9560-bf6c-de11-be94-00142212c4b1
2017-03-21 11:31:26 +00:00
Andrey Gromov
69858e0f65 typo (by anonymous)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341985 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-28 06:53:01 +00:00
Maciek Sokolewicz
865071208a Add simple documentation for the CHILD_ARRAYS_ONLY flag for RecursiveArrayIterator that was added as a fix to Bug #38618 back in the 5.3.0 release.
Provided by John Flatness (john@zerocrates.org)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341941 c90b9560-bf6c-de11-be94-00142212c4b1
2017-02-21 10:46:22 +00:00
Christoph Michael Becker
f39bffda6b Add error section
Original patch provided by anon user.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340545 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-18 11:14:50 +00:00
Christoph Michael Becker
6ad6ddaac2 Fix example
Patch provided by Gavin Staniforth.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@340477 c90b9560-bf6c-de11-be94-00142212c4b1
2016-10-14 09:37:13 +00:00
Christoph Michael Becker
e0a6752d35 Fix #72646: SplFileObject::getCsvControl does not return the escape characters
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339699 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-22 13:35:09 +00:00
Christoph Michael Becker
f15c877695 SplFileObject::setCsvControl() accepts an $escape parameter as of PHP 5.3.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339698 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-22 12:14:32 +00:00
Christoph Michael Becker
39c9ff81d3 Document #72582: RecursiveDirectoryIterator with UNIX_PATHS flag doesn't work
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339658 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-13 17:19:57 +00:00
Christoph Michael Becker
6798718d38 Fix typo (by Shaunak Sontakke <shaunak.s@gmail.com>)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339623 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-10 12:14:00 +00:00
Christoph Michael Becker
114db47247 Fix method prototype
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339617 c90b9560-bf6c-de11-be94-00142212c4b1
2016-07-10 11:37:14 +00:00
Bob Weinand
8c3557271d Add caution/note regarding yield from and iterator_to_array
It's been a common source of mistake, see also https://bugs.php.net/72518

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339531 c90b9560-bf6c-de11-be94-00142212c4b1
2016-06-30 00:24:35 +00:00
Christoph Michael Becker
98979b1bf6 fixed example (by Mantas Urnieža)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338512 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-15 18:14:22 +00:00
Christoph Michael Becker
80d5ee9f13 fixed wrong return value description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338502 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-15 14:40:12 +00:00
Thomas Punt
8265cab125 Resolve doc bug #71324
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338453 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-10 16:49:58 +00:00
Thomas Punt
5ac268ed43 Resolve doc bug #71325
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338452 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-10 16:44:57 +00:00
Thomas Punt
fec8254f0a Resolve doc bug #71326
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@338451 c90b9560-bf6c-de11-be94-00142212c4b1
2016-01-10 16:32:09 +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
e8f859e6fd spl_autoload() may throw LogicException (related to #52339)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337786 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-08 20:22:19 +00:00
Philip Olson
3a18df636a Expanded docs to take into account empty file names and missing files, and linked to realpath(). This deals with a user note by josef.vlk.d@gmail.com
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337752 c90b9560-bf6c-de11-be94-00142212c4b1
2015-09-04 17:42:41 +00:00
Christoph Michael Becker
f331045b68 fixed type info of flags (fixes #70355)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337622 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-25 11:53:45 +00:00
Christoph Michael Becker
964d208b1f iterator_count() may wind iterator beyond its end (fixes #70346)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@337605 c90b9560-bf6c-de11-be94-00142212c4b1
2015-08-24 18:15:02 +00:00
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
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