Dallas Wang
62bed2085f
Fixed a few typos
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@93575 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-25 20:07:05 +00:00
Jesus M. Castagnetto
c372bba737
s/drunk/drank, and then he was happy ;-)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@93270 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-23 22:27:24 +00:00
Gabor Hojtsy
fbf6a0522f
Typo fixes
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@90353 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-29 21:00:21 +00:00
Gabor Hojtsy
8be263e259
Adding case sensitivity note to include_once and require_once
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@90352 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-29 20:57:18 +00:00
Gabor Hojtsy
ec0b04c240
Features.types is not the right linkend, changing to language.types
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@89747 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-25 09:59:48 +00:00
James Cox
4c23c16cd0
heredoc is one word.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88396 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-11 23:37:00 +00:00
Georg Richter
e92e5c9465
printf can't be used with variable function calls
...
fixed bug #16739
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@88067 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-08 11:40:02 +00:00
Philip Olson
e78b6dc0a2
In summary, mentioned register_globals and superglobals a lot.
...
- Rewrote the register_globals warning for language.variables.predefined
- $GLOBALS has existed since PHP 3
- Added a variable scope example (superglobal vs old php var)
- Updated register_globals related info in various places
- Used mode="html" for html
- Added example showing different ways to access external information
- Explained GET a little
- Updated Array Cookie examples (they still set seperate cookies)
- Removed language.variables.external.environment as this is explained now
- Closed bug #15714
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87651 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-03 22:51:23 +00:00
Jan Lehnardt
8cbc437a8e
- fix #14992
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87371 c90b9560-bf6c-de11-be94-00142212c4b1
2002-07-01 21:57:45 +00:00
Sander Roobol
20bb98ea63
Various minor typos, thanks to Paul Hudson for spotting most of them...
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87193 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-30 10:41:44 +00:00
Philip Olson
f3cc504884
Added <?php ?> to PHP code.
...
Added ?> <?php to HTML code (until role="HTML" exists).
Changed $Count to $count in setcookie example.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@87068 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-29 00:52:16 +00:00
David Croft
a4489470e1
notes about static initializers
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@86453 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-23 03:03:36 +00:00
Markus Fischer
ffd2f85063
- Use new superglobals by default, mention old way were applicable.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85824 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-16 07:11:04 +00:00
Markus Fischer
d04f1309c8
- Add appropriate warnings that Windows does not support remote file access
...
for the include/require friends.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85326 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-10 21:41:16 +00:00
Markus Fischer
1cb3dbe288
- Document that we have @new but not @&new or &@new, closes #14094 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85252 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-10 10:51:58 +00:00
Markus Fischer
8029eed94b
- Fix #13645 .
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85244 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-10 09:50:04 +00:00
Markus Fischer
032feb14d6
- Properly document when a var is considered to be NULL and when not,
...
closes #13577 .
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85243 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-10 09:15:37 +00:00
Markus Fischer
bed4bd6c00
- Document that order of class definition is important ( closes #13165 ).
...
# Though the zend engine CAN handle class definitions not in the right order
# this is not always true, especially when extending classes which extend
# classes. See the report.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85237 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-10 08:43:11 +00:00
Markus Fischer
e0723bd42d
- Document the behaviour of 'static' and 'global' when using references, closes
...
$12454 (and probably a few others too).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85216 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-09 23:15:26 +00:00
Markus Fischer
2b2f92f366
- Explain more behaviours of using certain kind of keys for arrays.
...
- Removed note about negative array keys.
# Can someone explain me why there was an note about better not documented
# negative array indices? Explain me what's wrong not documented it, if you've
# good reason I will reconsider the removement. And the note was bogus too (IMHO).
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@85195 c90b9560-bf6c-de11-be94-00142212c4b1
2002-06-09 19:52:00 +00:00
Friedhelm Betz
16dd096435
only example output <br> to <br />
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83989 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-29 09:54:38 +00:00
Friedhelm Betz
9795f30f8b
minor correction: double is out :-)
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83988 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-29 09:53:40 +00:00
Simone Cortesi
ea24e38113
on my dictionary cappuccino has 2 "c"
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83928 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-29 00:17:38 +00:00
Friedhelm Betz
1f7a1e6048
some programmlisting corrections, (I hope) and some entity corrections
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83925 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-28 21:31:56 +00:00
Friedhelm Betz
f5c6c68d27
small correction: <br> to <br />
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83525 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-26 15:50:03 +00:00
Derick Rethans
c7f01a01bb
- More corrections (fixes bug #17387 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83383 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-24 18:50:50 +00:00
Derick Rethans
4cc4989e3a
- Correct conversion example (fixes bug #17388 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83382 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-24 18:49:33 +00:00
Derick Rethans
8b0ec988ce
- Fix for bug #17409
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@83364 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-24 13:23:17 +00:00
Thomas Schoefbeck
8592b073b2
closed php-tag in example
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@82374 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-15 20:41:17 +00:00
Philip Olson
06049c5efe
array: link to reserved words, notices not warnings are generated.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81477 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-08 20:27:05 +00:00
Markus Fischer
9fbffff3b2
- Removed bogus sentence stating that $array[index] is going do be deprecated
...
'someday'. It simply isn't. Until it isn't decided, this sentence doesn't
belong in here. Just consider that 'index' could be a defined() constant.
Also removed comments which made no sense.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81475 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-08 18:39:52 +00:00
Thomas Schoefbeck
105089bbe8
just reworded sentence
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81474 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-08 17:46:38 +00:00
Sander Roobol
fe4d5f0621
Clearify the array-do's-and-don'ts - thanks to Hugh W Prior ( #17065 )
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@81397 c90b9560-bf6c-de11-be94-00142212c4b1
2002-05-07 09:57:26 +00:00
Yasuo Ohgaki
c08b17c8b3
Be more specific
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@80565 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-30 07:24:21 +00:00
Yasuo Ohgaki
3aa8484157
A little more change to encourage use of <?php ?> tag.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@80564 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-30 07:21:21 +00:00
Yasuo Ohgaki
e4badaf021
Discourage use of short tag
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@80563 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-30 07:09:44 +00:00
Dirkjan Ochtman
4e3a94df3e
Fixed bug 14984.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@80411 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-29 11:33:21 +00:00
Dirkjan Ochtman
6a6e593141
Fixed bug 16687
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@80367 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-29 08:41:49 +00:00
Yasuo Ohgaki
e88f3d13fd
Use of <?php should be the 1st one.
...
# I read the comment, but I just cannot stand for it :)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@80044 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-26 13:03:12 +00:00
Andy Lindeman
da72cbda1c
fixes bug #16738
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79481 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-22 22:26:10 +00:00
Friedhelm Betz
6ad4876784
some resorting, killed aliases in links
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79438 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-22 16:52:22 +00:00
Friedhelm Betz
94b6b83b1f
minor example typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@79381 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-22 07:16:12 +00:00
Andy Lindeman
4f62136a51
typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78860 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-19 19:48:18 +00:00
Damien Seguy
b88ccea928
The paragraph about integer division is inconsistent, and wrong
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78729 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-19 02:44:44 +00:00
Friedhelm Betz
40720bfd77
example fix
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78380 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-16 10:26:20 +00:00
Gabor Hojtsy
414d9d4374
(double) is (float), moving precedence table to the more logical first place.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@78051 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-13 09:59:00 +00:00
Derick Rethans
9dc89cb7d5
- Fixed typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77311 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-09 09:32:23 +00:00
Derick Rethans
9fc9df1e07
- Fix typo
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77298 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-09 08:54:55 +00:00
Friedhelm Betz
200735b425
typo fix
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76329 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-02 11:32:26 +00:00
Sander Roobol
b816ee5d0b
Added link from language.oop to ref.classobj.
...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@76228 c90b9560-bf6c-de11-be94-00142212c4b1
2002-04-01 18:24:26 +00:00