[PHP-DOC] cvs: phpdoc /en/language types.xml From: Jeroen van Wolffelaar (jeroen <email protected>)
Date: 05/19/01

jeroen Sat May 19 13:45:34 2001 EDT

  Modified files:
    /phpdoc/en/language types.xml
  Log:
  - 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