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
Richard Quadling
32f16f66c3
Added complete svn:keyword list
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@313000 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-06 11:00:55 +00:00
Philip Olson
e3f6cc7267
typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312961 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-05 21:56:21 +00:00
Hannes Magnusson
fc098ca42e
Print version info for Exception
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312959 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-05 21:35:26 +00:00
Hannes Magnusson
cb0630b149
add version info
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312956 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-05 20:42:29 +00:00
Hannes Magnusson
67ccd20607
somehow tabs sneaked in here (philip)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312949 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-05 19:13:19 +00:00
Hannes Magnusson
50a0b25cc4
Whopsy, goto hasn't always been available :)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312948 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-05 19:01:08 +00:00
Hannes Magnusson
c7aca484fd
Add version information
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312947 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-05 18:59:24 +00:00
Justin Martin
201d1df5c0
Clarified Wrapper Summary for zip:// wrapper, which does not support writing.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312798 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-02 06:53:13 +00:00
Justin Martin
92e367295e
Added a bunch of examples from the RFC.
...
Fixed the file ending comment.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312791 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-02 01:07:33 +00:00
Jakub Vrana
d764b87c4f
$this was not available in closures
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312786 c90b9560-bf6c-de11-be94-00142212c4b1
2011-07-01 22:35:49 +00:00
Jakub Vrana
8888c9528e
Future is now
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312729 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-30 20:22:04 +00:00
Jakub Vrana
51d4fe23a7
REQUEST_TIME has microseconds
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312710 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-30 16:56:20 +00:00
Richard Quadling
feaaed262e
Added complete svn:keyword list
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312632 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-29 16:45:05 +00:00
Justin Martin
1949cc2d35
Started the OOP5 traits documentation.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312619 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-29 06:40:04 +00:00
Mike Ford
7743a1203a
Fix typos, improve English. Be more explicit about non-usefulness of ==TRUE.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312534 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-27 15:26:07 +00:00
Adam Harvey
1028f91a84
Significantly refactor the PHP wrappers page:
...
- Added an introduction separate to the description of the individual wrappers.
- Used refsect2 elements to add more hierarchy to the description of the
wrappers and make it more obvious which parts of the description match to
which wrappers.
- Separated the examples out from the description fully (there were bits of
description dangling between examples, presumably from an earlier refactor).
- Removed the now-extraneous option listing.
- Added documentation for php://filter's parameters separate from the examples.
- Linked to the filters page.
This also fixes doc bug #54228 (PHP I/O doc page does not describe all
options), which was why I actually started looking at this in the first place.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312157 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-14 16:18:40 +00:00
Mike Ford
8a153b8ae6
Re-add literal and link markup from 311964 after accidental revert.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312001 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-10 08:20:03 +00:00
Karoly Negyesi
b940fde988
Added para tags.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311989 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-09 22:08:32 +00:00
Karoly Negyesi
237bae22d6
Oh my I broke the build. Escaping my ampersand.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311987 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-09 21:18:08 +00:00
Karoly Negyesi
0bb5eba611
Documented more the use of returned references.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311977 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-09 15:27:57 +00:00
Mike Ford
333817b72d
Improved description of array + operator -- made it more like the one in array_merge().
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311969 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-09 10:40:09 +00:00
Mike Ford
d1c7b2d2bb
Improve Strings intro re size of characters and (non-)Unicode support.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311966 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-09 08:42:06 +00:00
Peter Cowburn
424db13627
wrap operators in <literal>s and link to relevant pages -- markup change only
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311964 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-09 08:21:28 +00:00
Mike Ford
41e9ddf842
Accept and further improve Anonymous fix of bad English.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311963 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-09 08:19:03 +00:00
Mike Ford
9466bbd40c
Rewrite of Operators intro and tidy up of text around Precedence table.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311960 c90b9560-bf6c-de11-be94-00142212c4b1
2011-06-09 07:20:56 +00:00
Peter Cowburn
84fee8e038
cannot use var with other visibility keywords
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311569 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-30 09:30:50 +00:00
Jakub Vrana
9760dc48db
Link $argv and getopt()
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311174 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-18 09:19:04 +00:00
Peter Cowburn
ac59046078
show serialized string in Serializable example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310943 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-11 11:24:59 +00:00
Etienne Kneuss
91b81c7b6c
Simplify example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310855 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-09 15:34:46 +00:00
Hannes Magnusson
64042ccbff
Remove several html entities and replace them with utf8 chars so we can drop the
...
dtd include
# replaced with nothing
# — with —
# € with €
# ä with ä
# Ä with Ä
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310796 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-05 20:59:34 +00:00
Nikola Smolenski
f397964e50
- The first argv argument is not just the script filename
...
- New sr translation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310748 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-04 03:24:06 +00:00
Nikola Smolenski
3d02314544
Same wording as for argc
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310714 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-02 20:12:16 +00:00
Nikola Smolenski
bb33d2a40c
en/language/control-structures/continue.xml: a few smaller fixes, reword
...
misleading claim about behaviour of print()
en/language/basic-syntax.xml: minor fix
en/install/windows/index.xml: rm duplication, dilute "advertisement" for
Visual Studio.
New sr translations.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310698 c90b9560-bf6c-de11-be94-00142212c4b1
2011-05-02 04:36:29 +00:00
Peter Cowburn
22ac47b4fe
decrementing, or incrementing non-A-Za-z, string variables has no effect (doc #54549 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310528 c90b9560-bf6c-de11-be94-00142212c4b1
2011-04-26 19:29:41 +00:00
Nikola Smolenski
557d9ad881
This sentence was highly misleading, since 'Z' + 1 doesn't actually return 'AA'. Changing a few more bits around it for sake of clarity.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310451 c90b9560-bf6c-de11-be94-00142212c4b1
2011-04-24 09:38:02 +00:00
Hannes Magnusson
38bc312a17
Consistencify refnames for wrappers
...
# Also fixes pman issues on case-insensitive filesystems
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310285 c90b9560-bf6c-de11-be94-00142212c4b1
2011-04-17 16:08:06 +00:00
Adam Harvey
b715f40087
Fix doc bug #54489 (Add php://fd/ to documentation).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310044 c90b9560-bf6c-de11-be94-00142212c4b1
2011-04-08 08:40:28 +00:00
Peter Cowburn
61bdabf9bc
fix predefined interfaces versions
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309994 c90b9560-bf6c-de11-be94-00142212c4b1
2011-04-06 20:37:05 +00:00
Peter Cowburn
c28944d833
fix markup - wrap class name in <classname>
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309943 c90b9560-bf6c-de11-be94-00142212c4b1
2011-04-04 08:55:17 +00:00
Pierrick Charron
a07976c98d
Fix typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309926 c90b9560-bf6c-de11-be94-00142212c4b1
2011-04-03 21:07:48 +00:00
Nikola Smolenski
cff6fa6abc
- register_argc_argv is on by default therefore it makes more sense to
...
say what will happen if it is off.
- Custom headers may be sent with an HTTP request in PHP 5 as well (as a
latter sentence confirms).
- Equalize spelling of Windows Me.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309893 c90b9560-bf6c-de11-be94-00142212c4b1
2011-04-02 04:32:17 +00:00
Adam Harvey
e5430e16c1
Fix doc bug #54363 (Namespaces: incorrect documentation example explanation).
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309629 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-24 06:30:57 +00:00
Jakub Vrana
4c514c4b89
Namespaces importing (thanks to Jan Tvrdik)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@309025 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-08 17:07:49 +00:00
Joey Smith
7913c8c0ce
There is no difference between != and <> in regards to type juggling.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308825 c90b9560-bf6c-de11-be94-00142212c4b1
2011-03-01 21:07:59 +00:00
Jakub Vrana
ead656df66
Global level is OK for global and static (doc bug #50411 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308207 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-10 15:28:09 +00:00
Jakub Vrana
b03f9198d2
Exception informs about the point of creation not throwing (doc bug #53882 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308198 c90b9560-bf6c-de11-be94-00142212c4b1
2011-02-10 15:03:42 +00:00