Commit graph

1533 commits

Author SHA1 Message Date
Justin Martin
3c827996b5 Documented REMOTE_USER and REDIRECT_REMOTE_USER entries. Closes bug #60035.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320380 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-04 20:34:04 +00:00
Justin Martin
1e0cb85be7 Updated to reflect that cookies are now governed by RFC 6265 instead of RFC 2109. Closes bug #60026.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320317 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-03 20:41:05 +00:00
Justin Martin
3f82f09927 Documented NaN behaviour. Closes bug #60346.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320310 c90b9560-bf6c-de11-be94-00142212c4b1
2011-12-03 18:43:05 +00:00
Philip Olson
0fa36ed5cc Added \e documentation via a patch from Mick Weiss. Documents PHP bug #60350
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@320209 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-30 21:32:02 +00:00
Jakub Vrana
6ee44cfc78 Trait properties
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319725 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-23 20:44:23 +00:00
Nikita Popov
64d777f39e Followup to Doc Bug #60255: Inaccurate statement about foreach copying arrays
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319096 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-12 13:51:11 +00:00
Adam Harvey
cc97f20f7c Fix indentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319054 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-11 14:12:18 +00:00
Gordon Oheim
a6f80675a7 fixes 60255 - Inaccurate statement about foreach copying arrays
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@319052 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-11 13:25:03 +00:00
Anthony Ferrara
b4210fc438 Clean up wording of php://input text to make the intention clearer
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318957 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-09 18:19:38 +00:00
Nikita Popov
547752940c Fix typos
-- 
Provided by anonymous #11769 (Laurent.Lyaudet@gmail.com)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318884 c90b9560-bf6c-de11-be94-00142212c4b1
2011-11-07 16:16:10 +00:00
Richard Quadling
62d2701405 W/S, Tab removal
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318457 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-27 09:21:48 +00:00
Gustavo André dos Santos Lopes
efe3572eca Documenting closure methods. Note I put the closures under
language/predefined/interfaces.xml, this will have to be
moved to a more appropriate location.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318236 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-19 22:32:47 +00:00
Justin Martin
987249f1aa Clarified php://temp temporary file location, fixing bug #60085.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318227 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-19 17:09:35 +00:00
Stefan Marr
48573a3b16 Added the documentation for __TRAIT__ and extended the description of __CLASS__ for the case when it is used in a trait's method.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318176 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-17 22:07:53 +00:00
Hannes Magnusson
fbb8a1962d - Example within notes are confusing
- Keep the screen content in CDATA to avoid leading newline


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318169 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-17 18:53:37 +00:00
Hannes Magnusson
c4a3b8382d 130+ chars in one line is not cool
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318168 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-17 18:44:10 +00:00
Stanislav Malyshev
89ea22350e document binary notation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318142 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-16 01:56:25 +00:00
Stanislav Malyshev
89339f57c3 document stort echo tag change
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318140 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-16 01:38:20 +00:00
Stanislav Malyshev
77e57fc9c7 add reserved namespaces
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318138 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-16 00:56:35 +00:00
Peter Cowburn
bc318ee83f static is special keyword too (patch by anon 11351, doc #54038)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@318102 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-14 11:37:17 +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
3a6bfb99ce typofix (rights to right)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317607 c90b9560-bf6c-de11-be94-00142212c4b1
2011-10-01 20:09:52 +00:00
Richard Quadling
a56106f691 Standardized on double quotes for attributes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317502 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-30 14:21:51 +00:00
Adam Harvey
d4d99e3002 Fix doc bug #55765 (clarify that backticks aren't interpreted within
double-quotes).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@317253 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-24 19:36:08 +00:00
Hannes Magnusson
4e687b6db5 Clarify when the dtor is actually executed (patch by Rob Allen & Nikita)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316991 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-19 14:12:51 +00:00
Nikita Popov
f055002534 Make abstract constructor signature enforcement more clear
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316911 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-17 13:51:08 +00:00
Nikita Popov
063ff7dedc Followup for Doc Bug #55085: Undocumented BC break with changing __construct() signature
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316905 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-17 10:01:16 +00:00
Nikita Popov
8f14e1a420 Fix Doc Bug #55085: Undocumented BC break with changing __construct() signature
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316904 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-17 09:55:04 +00:00
Nikita Popov
563ae44518 Make value of __CLASS__ more clear. Refs Bug #55696
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316819 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-15 15:24:50 +00:00
Nikita Popov
4d88a5d9b6 Fix Doc Bug #55678: Wrong example name
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316678 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-13 18:17:41 +00:00
Yannick Torres
88a88985b9 typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316587 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-13 06:12:03 +00:00
Richard Quadling
8ea65bf66f ErrorException::__construct() default properties (Original patch by guilhermeblanco)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316556 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-12 15:55:16 +00:00
Gustavo André dos Santos Lopes
9fa2d6307c - Fixed doc bug #55668: trings docs: explain that strings are binary safe.
- Strings & encodings.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@316504 c90b9560-bf6c-de11-be94-00142212c4b1
2011-09-11 20:14:05 +00:00
Etienne Kneuss
7137ccc0fd Mention that __autoload is somehow outdated
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315838 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-31 00:22:27 +00:00
Nikita Popov
920be7b3ce Fix Bug #55243: Namespaces also affect interfaces
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315517 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-25 20:35:42 +00:00
Peter Cowburn
da72824c45 examples ws
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315199 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-19 15:01:58 +00:00
Richard Quadling
d7470c8afc PHP4/PHP5 => PHP 4 / PHP 5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315183 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-19 10:36:17 +00:00
Johannes Schlüter
5c05004b29 nitpicking: PHP 5, not PHP5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315146 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-18 15:27:50 +00:00
Peter Cowburn
911156099e singleton is bad example for traits
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315127 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-18 09:08:00 +00:00
Peter Cowburn
cff74cb12a fix traits visibility example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315126 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-18 09:00:44 +00:00
Richard Quadling
4f3e16d785 Linking magic methods.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@315029 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-16 14:47:47 +00:00
Richard Quadling
15912664fe Typo. Fix bug #55338
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@314059 c90b9560-bf6c-de11-be94-00142212c4b1
2011-08-01 16:05:53 +00:00
Jakub Vrana
17220cac83 Foreach works on objects
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313749 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-26 22:20:38 +00:00
Jakub Vrana
d2bd0304a2 Undocument PHP 3
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313748 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-26 22:12:25 +00:00
Jakub Vrana
bd8f71c1cb File and line points to new, not throw
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313584 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-22 12:42:42 +00:00
Justin Martin
c8a12f2b59 Added traits to oop5 index.
Fixed some wording and added some in the traits document.
Added trait visibility modification information to the traits document.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313564 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-21 21:49:37 +00:00
Justin Martin
7ee2349a71 Added descriptions of trait composition, trait abstraction and static trait members.
Moved examples inline with each respective section.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313491 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-20 22:36:10 +00:00
Peter Cowburn
f6580b6a63 Improved Singleton docs (patch by Gordon Oheim)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313136 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-11 15:48:55 +00:00
Richard Quadling
44341556e9 Use a valid tag for the example's description.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313054 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-07 15:12:39 +00:00
Peter Cowburn
1b5772cda4 link to spl exceptions
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313048 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-07 12:18:53 +00:00