Commit graph

338 commits

Author SHA1 Message Date
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
Hartmut Holzgraefe
7c8fdea14d use &php.ini; entity
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75639 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-28 17:16:45 +00:00
Tal Peer
aade6c0e77 It should be 'arbitrary length integers'
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75627 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-28 16:50:56 +00:00
Derick Rethans
b6bf820495 - Fix for bug #16268
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@75194 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-25 20:39:24 +00:00
Philip Olson
25df6a966f Variable functions: Typo fix became a minor update
See also: variable variables and function_exists


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73334 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-15 06:38:22 +00:00
Torben Wilson
117c20ebf9 Thanks for catching that, Goba. With typos though you can usually just
fix them...


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73098 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-13 08:24:52 +00:00
Torben Wilson
2a8588bf1b Added a warning about the register_globals change; added $GLOBALS.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@73028 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-12 23:12:28 +00:00
Torben Wilson
65af33a1e5 Added note that argv and argc are in $_SERVER, not $_REQUEST.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72825 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-12 02:05:59 +00:00
Torben Wilson
0658bf8597 Added an explanation, a bit of expansion, and a pointer to information
regarding the superglobals.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72824 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-12 01:54:58 +00:00
Torben Wilson
bb94b3c2f4 Initial commit for by-extension separation of the full constant list.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@72812 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-12 00:57:47 +00:00
Hartmut Holzgraefe
bb0af361c5 trying to explain some consequences of the differences between
language constructs "echo" and "print"


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@71976 c90b9560-bf6c-de11-be94-00142212c4b1
2002-03-05 11:25:00 +00:00
Derick Rethans
241bed9350 - FIx for bug #15380
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@71069 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-27 13:40:30 +00:00
Derick Rethans
c6e03fafe3 - Fix for bug 15488
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@69947 c90b9560-bf6c-de11-be94-00142212c4b1
2002-02-10 15:49:24 +00:00