mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 17:08:54 +00:00
![]() - 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 |
||
---|---|---|
.. | ||
basic-syntax.xml | ||
constants.xml | ||
control-structures.xml | ||
expressions.xml | ||
functions.xml | ||
oop.xml | ||
operators.xml | ||
references.xml | ||
types.xml | ||
variables.xml |