Commit graph

283 commits

Author SHA1 Message Date
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
faf5450a96 fleshed out recursivedirectoryiterator constructor page
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302620 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-21 18:27:03 +00:00
Peter Cowburn
6eab0f7175 added visibility in method synopsis and see also links for simplexmliterator::current
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302619 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-21 18:25:26 +00:00
Joris van de Sande
7016b11e37 - Added inherited methods from simplexmlelement
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302505 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-19 20:46:37 +00:00
Peter Cowburn
7833287480 fix build (section in wrong place)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302475 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-19 11:47:00 +00:00
Peter Cowburn
747efefa08 change refsect1 to section (thanks Mark)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302474 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-19 11:32:57 +00:00
Peter Cowburn
43ca6d54fd RecursiveDirectoryIterator implements SeekableIterator changelog
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302436 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-18 11:58:53 +00:00
Peter Cowburn
a0afd5bbdc Added brief description for RecursiveDirectoryIterator
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302435 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-18 11:54:46 +00:00
Peter Cowburn
2864d56636 recursivedirectoryiterator extends filesystemiterator (doc bug #51895)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302434 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-18 11:43:15 +00:00
Peter Cowburn
c952fe4821 Grammar fix in SplFileObject::fscanf return value description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302425 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-18 08:44:10 +00:00
Felipe Pena
319872d975 - Fixed typo on SplFileObject::fscanf return value section
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@302421 c90b9560-bf6c-de11-be94-00142212c4b1
2010-08-18 02:07:54 +00:00
Richard Quadling
b826063685 Remove () from methodname tag.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301651 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-28 12:06:05 +00:00
Philip Olson
b18d2da96b removed removed repeated repeated words words
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301626 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-27 23:59:16 +00:00
Jakub Vrana
257719873b Add PHP tags to <programlisting>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@301115 c90b9560-bf6c-de11-be94-00142212c4b1
2010-07-09 09:58:13 +00:00
Peter Cowburn
c008fe1df8 added parameters and return values sections for spl_classes()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299899 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-28 09:02:24 +00:00
Joey Smith
269d3fcf8e Spelling correction (Peaks -> Peeks)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299795 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-26 15:26:10 +00:00
Daniel Egeberg
b84500089b Fixed PHP bug #51814 (ArrayIterator::append arguments are listed incorrectly)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299367 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-14 07:18:04 +00:00
Peter Cowburn
352979a948 corrected directoryiterator version information
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298964 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-04 11:58:04 +00:00
Adam Harvey
4084919da2 Fix doc bug #51661 (Confusing text in spl_autoload_unregister).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298960 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-04 10:36:23 +00:00
Daniel Egeberg
2b587ab01f Normalized initializer NULL-values to use the &null; entity:
for file in `find -name '*.xml'`; do sed -i -e 's/<initializer>null<\/initializer>/<initializer>\&null;<\/initializer>/i' $file; done



git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298918 c90b9560-bf6c-de11-be94-00142212c4b1
2010-05-03 17:10:04 +00:00
Jakub Vrana
3b55bc75e1 Capitalization
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298615 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-26 20:08:19 +00:00
Daniel Egeberg
62cacfd886 Fixed PHP bug #51669 (Incorrect signature on getArrayCopy method)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@298606 c90b9560-bf6c-de11-be94-00142212c4b1
2010-04-26 18:25:48 +00:00
Daniel Egeberg
2fd3f0c96d Converted remaining files to utf-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297078 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:25:51 +00:00
Daniel Egeberg
92ac19c964 Reverted r297058
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297077 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 16:13:03 +00:00
Richard Quadling
41744b84ad Converted to UTF-8
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297058 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-29 09:53:08 +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
Jakub Vrana
e0ec02cef9 Example uses var_dump
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296851 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-26 13:34:33 +00:00
Kalle Sommer Nielsen
bce4e614ec Fixed bug #51241 (missing changelog for prepend parameter on spl_autoload_register)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@296345 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-18 15:47:38 +00:00
Peter Cowburn
d042351dd7 Fix method signature (int => public string) (thanks to yawk)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295702 c90b9560-bf6c-de11-be94-00142212c4b1
2010-03-01 23:04:54 +00:00
Peter Cowburn
c12216ae0a Fleshed out LimitIterator docs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295443 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-23 23:15:09 +00:00
Etienne Kneuss
d299a836bd Add doc about 2 missing parameters of spl_autoload_register
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294777 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-08 23:59:42 +00:00
Daniel Egeberg
cf1cc9fd0b Fixed bug #50964 (Return value incorrectly documented: Is void, should be int.)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294774 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-08 19:18:55 +00:00
Richard Quadling
063bd0711f W/S tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294412 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 14:12:51 +00:00
Richard Quadling
e66422541e Set sgml-default-dtd-file to ~/.phpdoc/manual.ced
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@294375 c90b9560-bf6c-de11-be94-00142212c4b1
2010-02-03 13:11:57 +00:00
Peter Cowburn
f70c49dc44 Updated RegexIterator (mostly added method visibility and examples)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293874 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-24 01:18:46 +00:00
Daniel Egeberg
1fbeec522e Fixed bug #50817 (Dangerously vague documentation for spl_object_hash())
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293824 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-21 22:58:08 +00:00
Sean Coates
3411e31daf Fix invalid constant names. Thanks to Nicholas Sloan for finding+fixing this (and sending a patch).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293821 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-21 20:25:12 +00:00
Daniel Egeberg
30cbafce81 Fixes #50704.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293316 c90b9560-bf6c-de11-be94-00142212c4b1
2010-01-09 11:16:36 +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
Richard Quadling
dc7b34100c Correct version numbers for ArrayObject, ArrayIterator and RecursiveArrayIterator. Fix #50479
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292173 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-15 14:34:16 +00:00
Yannick Torres
77326e03a7 Fix bug #50461
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292051 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-12 20:47:30 +00:00
Hannes Magnusson
96eed35c31 Improve markup and fix the function name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291890 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-08 18:38:13 +00:00
Hannes Magnusson
5a3ab74a8b Missing version info
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291563 c90b9560-bf6c-de11-be94-00142212c4b1
2009-12-01 15:11:57 +00:00
Jakub Vrana
201dc3748c Prefer <initializer> before "defaults to"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291313 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-25 14:49:47 +00:00
Daniel P. Brown
1f24135b61 It's not "ironic," it's "coincidental."
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291094 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-20 17:04:02 +00:00
Jakub Vrana
be7bb777e2 Describe domain exception (bug #47097)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@291059 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-20 10:54:10 +00:00
Richard Quadling
b71e8b802f Added complete svn:keyword list and $Revision: $ => $Revision$
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290998 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-19 14:54:51 +00:00
Yannick Torres
27ca4c9bca Add keyword Revision
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290937 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-18 20:46:52 +00:00
Yannick Torres
894fcc83f6 Add keyword Revision
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@290936 c90b9560-bf6c-de11-be94-00142212c4b1
2009-11-18 20:44:26 +00:00