php-doc-en/language
Jeroen van Wolffelaar 00f873a1d9 - added note about 'mixed' type
- added boolean syntax, and some
  examples
- changed float to double as much
  as possible
- re-sectionized integer.
  added note about integer division,
  notes about integer-overflow
  (== type juggling in fact)
- Noted that behaviour of
  converting to int is undefined
  in cases other than boolean
  and string.
- Completely revised arrays
  (I skipped string for now)
  BTW: Not totally ready yet, but
  ready enough to include. It is properly defined,
  only examples and more explaination etc could
  be useful.
- Removed ++ and -- operator for
  strings. It is at best very complex
  how it works, at worst buggy.
  Though in certain cases it can
  be useful, it will return with
  proper definition.
- Noted (in comment for now)
  that copying arrays works strange
  when there are references to some elements.

- minor layout-improvements
- typo's


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47890 c90b9560-bf6c-de11-be94-00142212c4b1
2001-05-19 20:45:31 +00:00
..
basic-syntax.xml - updated revision status 2001-05-19 20:44:05 +00:00
constants.xml Added jeroen's updates 2001-05-10 18:01:14 +00:00
control-structures.xml notes and examples added to foreach 2001-04-09 21:50:14 +00:00
expressions.xml Corrected linked -> linkend trouble 2001-05-11 06:34:13 +00:00
functions.xml fixed typo 2001-05-15 23:22:46 +00:00
oop.xml - Some clarifications. 2001-05-18 12:44:37 +00:00
operators.xml note that backtick operator is disabled when in safe_mode 2001-01-23 02:50:39 +00:00
references.xml Cleaned up the language in references.xml a little. 2000-12-20 07:21:09 +00:00
types.xml - added note about 'mixed' type 2001-05-19 20:45:31 +00:00
variables.xml Emphasised that HTTP_USER_AGENT etc are variables rather than constants 2001-05-16 22:08:42 +00:00