Commit graph

392 commits

Author SHA1 Message Date
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
Philip Olson
542271944a Explain heredoc closing identifier error a little more. This closes bug #20814.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112920 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-21 07:27:50 +00:00
Philip Olson
c585222898 Added <?php ?>, and missing CDATA's.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112919 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-21 07:17:32 +00:00
Philip Olson
97816830b8 Typo. It's <varname> not <variable>.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112579 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-18 22:48:35 +00:00
Philip Olson
e697852c24 Document that if (!$a = foo()) works despite the operator precedence. This
closes bug #17180


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112573 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-18 22:13:35 +00:00
Philip Olson
bc2907ed8f Typo :)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112427 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-18 17:31:07 +00:00
Gabor Hojtsy
4c41285975 Change wording of newline note...
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112426 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-18 17:26:01 +00:00
Philip Olson
97e8b8dccf Character before heredoc closing identifier (which is EOL) depends on the OS.
This closes bug #21680


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112361 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-18 08:56:06 +00:00
Philip Olson
b838258581 Document the special magical constants (__LINE__ and friends). This also
closes bug #19196


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112350 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-18 06:42:27 +00:00
Friedhelm Betz
be3dfeb106 typo fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@111601 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-12 22:51:45 +00:00
Friedhelm Betz
8b3f13f5c5 WS fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@111416 c90b9560-bf6c-de11-be94-00142212c4b1
2003-01-11 09:57:37 +00:00
Gabor Hojtsy
2e74fb2cd3 Ups, fixing two typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106398 c90b9560-bf6c-de11-be94-00142212c4b1
2002-12-01 10:50:48 +00:00
Gabor Hojtsy
2b3b31872b Adding explanation about using wrapper functions
instead of the language constructs. Also reworded
the language construct's list a bit, so it indicates
that there are more constructs not working. Added a
new object example on how to use variable funcitons
inside objects.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106397 c90b9560-bf6c-de11-be94-00142212c4b1
2002-12-01 10:44:46 +00:00
Sara Golemon
94ea0839d2 Documentation Bug #8353
"Documentation claims only a copy of the original array is worked on with foreach(), yet internal pointer *IS* advanced."


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106292 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-30 16:42:10 +00:00
Sara Golemon
8779fa151a Documentation Bug #2965
"Why is ('Z'+1) < 'Z'?"


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106290 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-30 16:21:10 +00:00
Sara Golemon
2d81249fec Documentation Bug #13568. Added qualification for conditional function declarations.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@106123 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-28 20:43:00 +00:00
Philip Olson
e78f54ade6 <note>Superglobals cannot be used as variable variables. Closes bug #18452
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103262 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-10 22:17:10 +00:00
Gabor Hojtsy
60944d05c2 Correcting entity error reported by xsltproc
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103076 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-09 14:06:33 +00:00
Gabor Hojtsy
5de0321db9 Adding info on conversion to objects and resources,
removed these info from the juggling part


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103072 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-09 13:50:36 +00:00
Philip Olson
d3a860c966 Made <simpara> => <para> changes where needed; <simpara> can't handle goodies
such as <informalexample>'s.  And a typo fix.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@102741 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-06 07:22:16 +00:00
Gabor Hojtsy
7caa8cc18e Going on with general cleanups. Removing the whole outdated
and long ago commented single/multidimensional array parts.
Adding more examples, adding some points that were in TODO.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@102563 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-04 17:34:52 +00:00
Gabor Hojtsy
69e4f3f0be Started to clean up the structure, adding some content
in place of TODO comments, and more examples. Also cleaned
up a bit in the formatting.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@102552 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-04 15:45:11 +00:00
Gabor Hojtsy
51e24ab11f Adding more info on float conversion and some
more cross references


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@102532 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-04 11:03:25 +00:00
Gabor Hojtsy
d1c40af291 Add some more info on resource types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@102531 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-04 10:53:41 +00:00
Gabor Hojtsy
7d22c8c41b Adding "Converting to string" section,
which hopefully closes my assigned bug #19575

Done some reorganization in the type juggling
section, added more todo comments

Also added a few examples, in place of some
todo comments

More to come on conversion to other types in the
future...


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@102527 c90b9560-bf6c-de11-be94-00142212c4b1
2002-11-04 10:51:07 +00:00
Hartmut Holzgraefe
e22d9639b8 ongoing changes to callback pseudo-type
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@101469 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-26 20:40:42 +00:00
Hartmut Holzgraefe
6aceff3a11 - documentation on pseudo-types
- "callback" pseudo-type added
- changed usort proto to use callback (more will follow)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@101396 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-26 06:58:16 +00:00
Friedhelm Betz
f225ffb647 various id and link corrections
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@98955 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-09 09:50:26 +00:00
Friedhelm Betz
13103e40f0 $php_errmsg is not global
links to expressions, predefined $php_errmsg


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@98944 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-09 08:30:45 +00:00
Friedhelm Betz
9e00d3a819 integrated note from error-handling.xml
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@98806 c90b9560-bf6c-de11-be94-00142212c4b1
2002-10-08 10:38:41 +00:00
Wez Furlong
195ea36a31 Document/tidy up/clarify some more streams related information.
Add notes about URL support for GD functions.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@97008 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-26 13:56:54 +00:00
Per Gustafsson
5cda076cb4 - Removing an example and part of a heredoc note (fixes bug #19180)
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@96060 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-18 13:38:04 +00:00
Friedhelm Betz
0408aee54f typo fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95818 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-15 15:46:44 +00:00
Erica Douglass
5fe72612a7 Fixed minor grammatical errors.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95750 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-15 05:04:35 +00:00
Markus Fischer
e2feab2ed0 - Make paragraph about dynamically accessing super globals not possible
a "Warning" so it's easier spotted.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@95469 c90b9560-bf6c-de11-be94-00142212c4b1
2002-09-11 13:53:09 +00:00
Dallas Wang
476d18e290 Typos fixed
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@94096 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-29 21:18:14 +00:00
Derick Rethans
7c76608a20 - Clearify foreach()' behavior on wrong data types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@93917 c90b9560-bf6c-de11-be94-00142212c4b1
2002-08-28 09:40:31 +00:00
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