Commit graph

736 commits

Author SHA1 Message Date
Curt Zirzow
d95ca895ae Rewording to make it read properly.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165668 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-07 18:05:14 +00:00
Curt Zirzow
c43b87be6a Be more clear how __clone() works (bug #27100), and example modifications.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165665 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-07 17:39:27 +00:00
Jakub Vrana
630272e4b1 References and foreach (bug #24118)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165624 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-07 10:06:24 +00:00
Curt Zirzow
d2b7dd3054 WS Fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165578 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-06 23:50:50 +00:00
Nuno Lopes
f8ab0f13f0 finally switch to the new install part
#going to sleep now :)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165570 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-06 22:37:44 +00:00
Sean Coates
d4d39d519a grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165565 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-06 21:45:13 +00:00
Jakub Vrana
6ccd012aa9 See also
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165564 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-06 21:39:39 +00:00
Sean Coates
0914af4927 grammar
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165554 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-06 19:26:12 +00:00
Jakub Vrana
c0a982bd43 Comparison of numerical strings (bug #23110)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165552 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-06 19:13:20 +00:00
Nuno Lopes
14c73abc69 document ReflectionParameter::isOptional()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165510 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-06 10:43:52 +00:00
Jakub Vrana
94379c5ff0 WS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165500 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-06 09:00:04 +00:00
Jakub Vrana
34091ee69e foreach &
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165499 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-06 08:55:17 +00:00
Jakub Vrana
3aa550f0bf WS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165496 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-06 08:32:48 +00:00
Curt Zirzow
91440a6ecd Clearify the scope of variable variable super globals.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165484 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-06 02:45:16 +00:00
Bagi Levente László
e6ed1faa10 fixed example: referencing globals
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165415 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-05 15:05:59 +00:00
Bagi Levente László
6c2698e4f3 $a++ is not an expression in PHP/FI 2, but in PHP it is
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165411 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-05 14:47:49 +00:00
Jakub Vrana
30c7e19631 Nuke tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@165167 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-03 20:59:42 +00:00
Jakub Vrana
e29730ea09 Associativity, precedence, remove print\n# internals@ didn't object
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164939 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-02 10:54:00 +00:00
Curt Zirzow
e497d4d08d Clarify what an abstract class can and cannot do, with example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164916 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-02 03:12:59 +00:00
Jakub Vrana
5c742d9b27 Unary minus (bug #28223)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164495 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-27 21:30:24 +00:00
Jakub Vrana
6441e07fbe Functions are defined even if they are after return statement in included file (bug #26032)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164493 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-27 21:17:22 +00:00
Jakub Vrana
de8441e907 Ops, it was already documented
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164491 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-27 21:00:22 +00:00
Jakub Vrana
fb0b1d0c04 Default return values of include (bug #25108)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164488 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-27 20:12:11 +00:00
Jakub Vrana
64c2c97264 Comparing return value of include (bug #15438)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164487 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-27 19:53:55 +00:00
Jakub Vrana
e0ed731632 Incrementing booleans (bug #20644)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164435 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-27 12:42:14 +00:00
Jakub Vrana
ab4fd0ca34 References with complex arrays (bug #17959)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164371 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-26 20:53:56 +00:00
Jakub Vrana
3a35f32f02 Explain this a bit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164369 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-26 20:38:58 +00:00
Jakub Vrana
ed8fac6301 Referencing global variables inside function (bug #14645)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164355 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-26 15:55:09 +00:00
Jakub Vrana
e2a9b05e17 Arrays with references (bug #20993)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164351 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-26 15:16:26 +00:00
Jakub Vrana
cc46787fd6 32 bits shifting (bug #16366)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164348 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-26 14:48:35 +00:00
Jakub Vrana
9a3d6a36ae Associativity (bug #10351)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164341 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-26 13:24:22 +00:00
Jakub Vrana
c15ba3fe59 Octal weirdness (bug #26314)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164324 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-26 09:26:21 +00:00
Tom Sommer
9b8aa4bbbb Fix typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164135 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-23 20:36:57 +00:00
Curt Zirzow
ed77ecccdc New iteration documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164130 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-23 20:06:04 +00:00
Jon Wood
a21beaec52 Added an example for using switch with string arguments.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164127 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-23 19:29:10 +00:00
Jon Wood
4fa2821921 Changed a heading I'd missed.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164123 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-23 18:59:56 +00:00
Jon Wood
8ea94641f2 Added some documentation on interfaces.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164122 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-23 18:59:30 +00:00
Jon Wood
32df432bac Created a reference on using the final keyword.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164118 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-23 18:16:04 +00:00
Philip Olson
3fcea89834 Added changes to make manual "more PHP 5 friendly", like changing "In PHP 4" to "As of PHP 4"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164053 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-23 00:18:22 +00:00
Jakub Vrana
8b707a0204 Case sensitivity of include_once and require_once (thanks to Michele Locati)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163854 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-21 09:05:12 +00:00
Mehdi Achour
c8873df185 history was breaking the description
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163821 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-20 23:50:03 +00:00
Curt Zirzow
a984ca4edd __get() returns a value
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163706 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-20 04:18:43 +00:00
Curt Zirzow
1379ae6570 The overloading methods and members documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163705 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-20 03:51:38 +00:00
Dave Barr
9f233f135b - Typo fixes :)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163602 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-19 04:57:49 +00:00
Curt Zirzow
85522e21df The Constsnts documentation for oop5
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163601 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-19 04:52:41 +00:00
Aidan Lister
9e5c16aea5 Added a paragraph explaining the origin
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163502 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-17 11:21:24 +00:00
Curt Zirzow
ef5be14c8d paamayim nekudotayim documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163487 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-17 04:51:27 +00:00
Curt Zirzow
c3fcc16c21 WS Fixes
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163486 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-17 04:05:28 +00:00
Curt Zirzow
d62a61a076 The content for the static keyword.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163427 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-16 04:15:30 +00:00
Nuno Lopes
ec4be0547a add title to the example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163369 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-15 11:19:55 +00:00
Nuno Lopes
0bf5e30bf3 fix intro text, rewording and re-indenting
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163367 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-15 11:03:25 +00:00
Maciek Sokolewicz
be372d5e4b fixed small typo (public, private or private => public, private or protected)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163364 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-15 09:47:21 +00:00
Nuno Lopes
1ac85b8934 renaming files and adding initial reflection documentation
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163048 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-11 12:33:25 +00:00
Nuno Lopes
77af3c7273 fix ids, sorry
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163040 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-11 10:06:18 +00:00
Nuno Lopes
f10d6e7422 fix ::
move comparing objects in PHP 5 to oop5


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163039 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-11 09:32:52 +00:00
Curt Zirzow
fc806a11fe watch those tabs.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163014 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-10 19:35:25 +00:00
Curt Zirzow
22cd09f050 The new oop5 documentation.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@163012 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-10 19:30:37 +00:00
Dave Barr
31a32222bc - Revert #29077.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162921 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-09 16:06:48 +00:00
Dave Barr
59d27e72d5 - Fix #29077.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162920 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-09 16:02:28 +00:00
Jakub Vrana
d1ace9df1c Precedence (bug #28760)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162783 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-07 08:35:54 +00:00
Nuno Lopes
7041853c56 fix #29030
we must use print there because echo can be used with more than one argument


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162758 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-06 18:33:58 +00:00
Antony Dovgal
c346e06a0f add <para> again
(`make test` is a Good Thing [tm])


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162732 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-06 06:50:34 +00:00
Curt Zirzow
194434bcb1 superglobal variable variables are accessable in global scope.
Incorporate Notes about HTTP_*_VARS and superglobals not being identical.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162724 c90b9560-bf6c-de11-be94-00142212c4b1
2004-07-06 03:47:32 +00:00
Jakub Vrana
b09e30c2de Example to boolean (#28950)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162289 c90b9560-bf6c-de11-be94-00142212c4b1
2004-06-29 08:09:22 +00:00
Curt Zirzow
ccca6049cf So not to imply that php 5 no longer support this.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162042 c90b9560-bf6c-de11-be94-00142212c4b1
2004-06-25 03:09:00 +00:00
Vincent Briet
146409df2c Fix <?xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@161222 c90b9560-bf6c-de11-be94-00142212c4b1
2004-06-13 08:50:07 +00:00
Curt Zirzow
b1907bf15c Define when precdence is equal.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@161218 c90b9560-bf6c-de11-be94-00142212c4b1
2004-06-13 02:52:14 +00:00
Friedhelm Betz
1655023864 use varname instead of literal
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@160163 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-31 12:34:40 +00:00
Alexander Voytsekhovskyy
f56f8c844f Cosmetic changes: coding styles, paragraphs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@160136 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-31 08:32:15 +00:00
Alexander Voytsekhovskyy
88f5107e6e Add some words about non-scalar default values
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@160135 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-31 08:03:30 +00:00
Philip Olson
48b81962f4 Mention the deprecated is_a() within the instanceof docs. Deals with bug #27503
See also get_class().


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159566 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-24 23:32:50 +00:00
Gabor Hojtsy
2981f9d337 Fix section title, since there are too many predefined and reserved lists, so this should not be confused with them. Also put the link to a more logical place.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159542 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-24 20:13:57 +00:00
Jakub Vrana
6eed3f110a Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159458 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-23 16:02:56 +00:00
Mehdi Achour
95e3cdbbb4 let's pratice what the manual preach
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159223 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-21 05:23:07 +00:00
Mehdi Achour
a15274f4d1 added an example about valid and invalid constant names
# but every name is valid in fact..


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@159220 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-21 04:55:23 +00:00
Mehdi Achour
915cd7238e no french here
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158044 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-05 20:33:32 +00:00
Damien Seguy
deb24ab605 moved repleable to varname, added some extra tags
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158043 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-05 20:19:50 +00:00
Mehdi Achour
0a10fecb9b Document the third way (<script language="php"></script>)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@158041 c90b9560-bf6c-de11-be94-00142212c4b1
2004-05-05 18:58:33 +00:00
Nuno Lopes
cf45885b0f try to have better IDs so that livedocs doesnt complain
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155749 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-11 15:42:00 +00:00
Kenneth Schwartz
f614a40b25 Bug #25356: ?: (ternary) - shold operate as in C, but does not
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155531 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-08 04:25:42 +00:00
Friedhelm Betz
18465ad64b user notes integration: four scalar types, comparison retourns boolean
some links to operators.
nuke PHP/FI


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155412 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-06 18:29:53 +00:00
Kenneth Schwartz
c1dbc50daa bug #18680: bitwise operators use character's ASCII values when using strings
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155123 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-01 08:25:52 +00:00
Kenneth Schwartz
3c00e94a9b ref.xsl: fixed build issues (functions will be coming in a few)
others: fputs() -> fwrite() (use of aliases deprecated)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@155110 c90b9560-bf6c-de11-be94-00142212c4b1
2004-04-01 06:31:15 +00:00
Kenneth Schwartz
3ee3100436 changed links to new id's
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@154496 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-24 16:39:43 +00:00
Nuno Lopes
7d99bb964a better ids for livedocs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@154142 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-21 10:27:53 +00:00
Ken
7776dd446f s/version 5/5/
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152997 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-05 21:28:43 +00:00
Ken
31ed9815d2 Added 'instanceof' as a 'type operator.'
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152995 c90b9560-bf6c-de11-be94-00142212c4b1
2004-03-05 21:24:40 +00:00
Kenneth Schwartz
354ed06212 bug #14165
added note about including remote files


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151648 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-17 21:01:16 +00:00
Mehdi Achour
665aa9a632 using screen
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151609 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-17 13:17:07 +00:00
Vincent Briet
4a3d61be82 Fixing #27223
# added a link and removed the conflictual sentence


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@151236 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-12 12:53:04 +00:00
Jakub Vrana
5b8143ed9e Where included files are looking for
# check my English please


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150852 c90b9560-bf6c-de11-be94-00142212c4b1
2004-02-09 12:33:20 +00:00
Friedhelm Betz
fe882e3c72 slightly improved example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150211 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-31 11:45:33 +00:00
Jakub Vrana
be7bbac9a1 Comparison operators (#27090)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150156 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-30 09:31:30 +00:00
Dave Barr
16f43d0c0a - s/url/URL/ where appropriate and "an URL" -> "a URL".
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150072 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-29 00:35:33 +00:00
Ken
a8b8cb75da Added === and !==.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149069 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-17 21:02:49 +00:00
Friedhelm Betz
f2e6bd1c0c cs: indenting, use echo for output
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@149066 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-17 20:22:45 +00:00
Derick Rethans
830cccc0be - Reverse order of this list. It's just wrong to list the lowest precendence
first.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@148750 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-15 10:01:55 +00:00
Mehdi Achour
406be9eedc more CS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147957 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-06 09:23:31 +00:00
Friedhelm Betz
984102f652 CS: examples start at col 0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147847 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-05 02:27:00 +00:00
Friedhelm Betz
62cbb7614f use of echo in examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147843 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-05 02:09:54 +00:00
Friedhelm Betz
704684ec9e some example formatting, PHP4 correction
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147842 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-05 01:57:24 +00:00
Friedhelm Betz
fba01f489b spelling
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147837 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-05 01:16:59 +00:00
Friedhelm Betz
818dd4ffc0 no tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147836 c90b9560-bf6c-de11-be94-00142212c4b1
2004-01-05 01:16:31 +00:00
Stefan Walk
a159a397f8 cleared up braces/brackets
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147260 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-23 14:26:54 +00:00
Stefan Walk
d774042fc7 Fix Bug #26402
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147085 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-21 15:59:19 +00:00
André Luis Ferreira da Silva Bacci
2281be554e s/TAB/spaces
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147081 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-21 15:37:29 +00:00
Dave Barr
471578adaa - Add space to PHP[345] where appropriate.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147077 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-21 14:42:23 +00:00
Dave Barr
331f334c4e - php -> PHP where appropriate.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@147050 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-21 01:23:01 +00:00
Jakub Vrana
13f602acb0 Typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146336 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-12 19:56:04 +00:00
Jakub Vrana
4085ee780b All syntax errors in examples hunted except those clearly stated as invalid
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146224 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-11 15:42:10 +00:00
Jakub Vrana
56ec221f29 Closing tag of a PHP block at the end of a file is optional
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146109 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-10 13:31:35 +00:00
Jakub Vrana
ea06eff962 Fix of bug #22664
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146106 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-10 13:03:54 +00:00
Friedhelm Betz
b4069f8cdd php tags for examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@145971 c90b9560-bf6c-de11-be94-00142212c4b1
2003-12-08 12:00:42 +00:00
ali
bea96b6ea9 clarification: curly braces can be used to modify strings, too
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@144915 c90b9560-bf6c-de11-be94-00142212c4b1
2003-11-25 22:07:25 +00:00
Sara Golemon
d36711c134 Typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@144767 c90b9560-bf6c-de11-be94-00142212c4b1
2003-11-23 01:05:07 +00:00
Mehdi Achour
59543d885a bugfixing #26209
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@144354 c90b9560-bf6c-de11-be94-00142212c4b1
2003-11-14 16:27:23 +00:00
Sara Golemon
558a383fac Adapt example to not reflect non-existant namespaces.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@144249 c90b9560-bf6c-de11-be94-00142212c4b1
2003-11-13 04:53:14 +00:00
Steph Fox
3b471dff14 tidying previous update
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@144035 c90b9560-bf6c-de11-be94-00142212c4b1
2003-11-09 13:25:39 +00:00
Derick Rethans
4b98ae1161 - Clarify operators a bit for newbies
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@144034 c90b9560-bf6c-de11-be94-00142212c4b1
2003-11-09 12:17:31 +00:00
Mehdi Achour
5c285c6ffb s/four/five
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@143190 c90b9560-bf6c-de11-be94-00142212c4b1
2003-10-27 11:34:15 +00:00
Mehdi Achour
14513d4ab6 adding role when needed
removing PHP tags for non-php example


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@141300 c90b9560-bf6c-de11-be94-00142212c4b1
2003-09-30 08:40:06 +00:00
Dave Barr
3450fb87f9 - Fixed a lot of typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@141299 c90b9560-bf6c-de11-be94-00142212c4b1
2003-09-30 08:33:48 +00:00
Martin Samesch
c152ca4e5f typo...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@141203 c90b9560-bf6c-de11-be94-00142212c4b1
2003-09-28 12:19:18 +00:00
Dave Barr
449537adbe - s/seperate/separate/
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@141201 c90b9560-bf6c-de11-be94-00142212c4b1
2003-09-28 07:15:03 +00:00
Martin Samesch
0f9bfa3b2f typo
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@139349 c90b9560-bf6c-de11-be94-00142212c4b1
2003-08-31 19:37:32 +00:00
Damien Seguy
afc1c97d47 include() is case INsensitive on Windows
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@139099 c90b9560-bf6c-de11-be94-00142212c4b1
2003-08-29 12:03:13 +00:00
ali
ffc7a9431d fixed #20437 by adding a note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@137922 c90b9560-bf6c-de11-be94-00142212c4b1
2003-08-16 01:29:37 +00:00
ali
06aeb15b86 fixing bug #20739
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@137825 c90b9560-bf6c-de11-be94-00142212c4b1
2003-08-15 10:42:23 +00:00
Friedhelm Betz
fb9e19da70 WS fix, no tabs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135457 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-19 19:37:59 +00:00
Philip Olson
7ba4269019 Created sections for static and global as requested in bug #16234. Also
made informal examples formal.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@135349 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-18 05:43:49 +00:00
Philip Olson
f594c67c6b Remove reliance on register_globals in the cookie example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@134270 c90b9560-bf6c-de11-be94-00142212c4b1
2003-07-06 16:40:27 +00:00
Philip Olson
8ceb4afedf In example: replace long arrays with autoglobals, and eliminate E_NOTICE
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133538 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-28 20:31:17 +00:00
Torben Wilson
66da45a2bd Document the changed array indexing, pending information from the dev
team on what it's really supposed to be doing.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@133462 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-27 21:27:30 +00:00
Derick Rethans
dbeb9c203d - Promote this BC break to a <caution>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132966 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-22 21:34:32 +00:00
Philip Olson
155ec22d2a Clearly indicate what lives in $_REQUEST, and that FILES does not as of 4.3.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132958 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-22 20:24:26 +00:00
Philip Olson
d0d26a60e3 Add link to "the type comparison tables" appendix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132754 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-21 16:06:20 +00:00
Derick Rethans
f0212d661c - Use PEAR Coding Standards for OO examples
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132591 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-20 06:55:46 +00:00
Davey Shafik
22a94eefc4 added & to object callback example, changed example to be more verbose and easier to follow
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132563 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-19 22:29:12 +00:00
Friedhelm Betz
c3d0b2434c fix for 19252,
thanks jc at mega-bucks dot co dot jp


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132471 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-19 11:04:48 +00:00
Torben Wilson
d298524aee Clear up some more text.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132429 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-18 23:02:30 +00:00
Torben Wilson
074b463f6d Admit that 228 is extended ASCII.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132374 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-18 19:10:04 +00:00
Torben Wilson
219600d52e Clarify that you do not always quote array keys (i.e. when you're using
a variable or constant as a key).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132367 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-18 18:44:18 +00:00
Torben Wilson
50d662366f Fixed a couple more typos.
Fixed one bad example.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132359 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-18 18:19:07 +00:00
Torben Wilson
7c4099cc62 Some grammar and factual fixes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132357 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-18 17:59:25 +00:00
Derick Rethans
271c1898fc - Clarification of syntax and some structuring
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132305 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-18 10:55:03 +00:00
Philip Olson
e6d101dd00 Remove use of <emphasis> tag in CDATA as per Jin Tae-Young's suggestion, and Whitespace.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@132284 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-18 03:11:25 +00:00
Rui Hirokawa
5933a0d874 added note to explain unset() doesn't change maximum index value.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131464 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-14 04:00:55 +00:00
Derick Rethans
c1f8b993f2 - PHP 5 has this too
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131313 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-13 11:24:29 +00:00
Derick Rethans
60c75aa34c - More layout things
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131310 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-13 11:05:30 +00:00
Derick Rethans
0fc913567d - Added <?php tags, always use para/note/(sim)para
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131309 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-13 11:00:03 +00:00
Philip Olson
e56feec9d7 Use of proper case
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@131094 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-11 22:03:09 +00:00
Philip Olson
9543a3e64d Clarify what it means to use undefined constants.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130821 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-10 04:30:35 +00:00
Moriyoshi Koizumi
581435de63 Those operators have right associativity indeed..
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130800 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-09 23:12:24 +00:00
Philip Olson
b6fdcdd2e5 Added <?php ?> tags.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130781 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-09 19:28:28 +00:00
Torben Wilson
43cfc76e3b Just fix one small grammatical and a couple of small presentation errors.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130697 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-09 07:36:01 +00:00
Friedhelm Betz
a80378765d example and function name fixed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130618 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-08 11:48:58 +00:00
Kevin Kee
317d45625b sorry...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130573 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-07 17:40:41 +00:00
Kevin Kee
55859460de new file
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130571 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-07 17:27:52 +00:00
Philip Olson
26e0e96ebf Implement register_long_arrays information, available as of PHP 5.0.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130337 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-06 05:33:09 +00:00
Torben Wilson
add2c1e6e1 Small typo fixes.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130171 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-04 21:29:15 +00:00
Derick Rethans
e9bba8d422 - Fix XML
#- Please *test* before committing!!


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130093 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-04 06:38:44 +00:00
Davey Shafik
f1c7ac8fb1 Added documentation and example of how declare can be used in the global scope.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130012 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-03 23:06:56 +00:00
Mark Wiesemann
5185e79822 WS fix and "typo"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129757 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-01 17:17:43 +00:00
Philip Olson
0a4b054a74 The magical constant __METHOD__ was added in PHP 5.0.0
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129748 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-01 16:56:56 +00:00
Philip Olson
ed3bbe4f62 Typos as reported by Andrey Hristov.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129733 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-01 15:14:44 +00:00
André Luis Ferreira da Silva Bacci
180c4a1672 WS
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@129698 c90b9560-bf6c-de11-be94-00142212c4b1
2003-06-01 03:55:58 +00:00
Rasmus Lerdorf
752196dc5a Document the fact that continue applies to switch
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128912 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-27 14:21:55 +00:00
Philip Olson
23c409d0e6 Move the "unimportant" &note.language-construct; note to the bottom.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128313 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-21 22:37:51 +00:00
Andy Lindeman
310482980f pickyness :)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127492 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-17 17:08:09 +00:00
Philip Olson
1ec0da27cb Added a new section: functions.internal
It explains PHP's built-in functions.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127489 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-17 15:54:41 +00:00
Philip Olson
632fefd338 Made all informal examples formal (with titles), XML formatting, and added PHP tags.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127467 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-17 14:29:40 +00:00
Philip Olson
a6ca23580b Moved the old old_function information to the php2->php3 migration appendix.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@127394 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-17 03:37:43 +00:00
Andy Lindeman
a111f6f9ff adding note to language constructs
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125705 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-04 17:13:07 +00:00
Andy Lindeman
37ded2b67e The output of this looks quite weird in the docs. Splitting it up in hopes of making it look better...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125518 c90b9560-bf6c-de11-be94-00142212c4b1
2003-05-02 22:11:18 +00:00
Andy Lindeman
dbe443055d make up your mind philip ;-)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124219 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-22 02:38:18 +00:00
Andy Lindeman
8051d9a816 be consistent with parans
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124218 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-22 02:32:13 +00:00
Andy Lindeman
ca95a150bd -as discussed with philip, my example about character decrementation was a bit too long.
-moved discussion and examples about increment and decrement operators to the correct section.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124217 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-22 02:19:50 +00:00
Andy Lindeman
864e1edaf0 fix bug #6107
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@124210 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-21 22:33:13 +00:00
Sara Golemon
8185ec87a1 DocBug# 23243 - Include crossref to BCMath on lang.types.int
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@123604 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-16 18:18:44 +00:00
Jesus M. Castagnetto
82829782b4 Changed element id for obj. comp. in PHP4
Added docs on object comparison in PHP5


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@122618 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-05 10:03:45 +00:00
Derick Rethans
7cc14952bc - Fix XML
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@122115 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-02 06:44:47 +00:00
Andy Lindeman
fbda587836 adding note for bug #21840
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@122087 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-01 23:42:39 +00:00
Andy Lindeman
06165161f1 picky stuff
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@121932 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-01 12:31:11 +00:00
Jesus M. Castagnetto
2721756eb4 Added some blurb on diophantine eqs to gmp_gcdext
Added blurb on object comparisons in PHP4
Known bug: make html does not copy the PNG from images to the correct dir
   Someone with more insight on what to change in configure.in and related
   can do the changes (don't want to break the build).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@121878 c90b9560-bf6c-de11-be94-00142212c4b1
2003-04-01 06:39:55 +00:00
Philip Olson
17f895f89b s/<link>/<type>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@120614 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-18 18:38:47 +00:00
Philip Olson
f53938e2bc Added many links to other related sections of the manual, expanded ternary
example, and a few other minor changes.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@120567 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-18 09:21:07 +00:00
Philip Olson
6708a6983c Cross reference math functions and operators manual pages.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@120549 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-18 01:49:21 +00:00
Victor Boivie
4edc895c90 Fixed incorrect example
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@119016 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-05 07:02:43 +00:00
Erica Douglass
5674c84757 Fixed minor grammatical errors and grammar bug #22506
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118714 c90b9560-bf6c-de11-be94-00142212c4b1
2003-03-02 20:52:22 +00:00
Victor Boivie
8a238b09cd Fixed example (bug #22254)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@118163 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-26 06:34:22 +00:00
Philip Olson
c4e53a76f5 typo (figured 'make test' would have found this)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@117531 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-22 06:53:31 +00:00
Philip Olson
a7989a05a0 Expand info on constant and scope, similar to superglobals
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@117530 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-22 06:51:10 +00:00
Derick Rethans
26df279ae0 - Fixed XML, remember, CDATA sections can not include comments like this
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@116795 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-17 19:11:36 +00:00
Philip Olson
0357d0be0d strings (single quotes): escape sequences for special characters are also not expanded
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@116446 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-14 23:18:02 +00:00
Nicolas Chaillan
c6c63c89e4 fixing #22150
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@115653 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-10 22:50:48 +00:00
Philip Olson
a79ab53063 Fix a typo, this closes bug #22113
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@115063 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-07 20:19:13 +00:00
Nicolas Chaillan
d4d05cf561 fixing code
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114837 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-05 02:05:16 +00:00
Damien Seguy
3537f2c05a php.ini entity
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114751 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-04 12:49:14 +00:00
Damien Seguy
d45483f697 php.ini entity
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@114749 c90b9560-bf6c-de11-be94-00142212c4b1
2003-02-04 12:39:58 +00:00
Philip Olson
4d831c8b14 Expanded string and array information including many example updates, many
more manual links, and a little cleanup.  Added a decent amount of information
on using arrays within strings and further explained $foo[bar].  This also closes bug #20601


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@113075 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-22 23:55:56 +00:00