mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
No description
![]() - explain why associativity is not applicable to unary operators - distinguish between unary and binary `+`/`-` - add some missing reference links - update the precedence of string concatenation for PHP 8 - fix "(n/a)" ("not applicable") to "non-associative" for ternary References: - https://github.com/php/php-src/blob/master/Zend/zend_ast.c (search "Operator Precedence") - https://github.com/php/php-src/blob/master/Zend/zend_language_parser.y (search "precedence") (NOTE: in opposite order) |
||
---|---|---|
.github/workflows | ||
appendices | ||
chapters | ||
chmonly | ||
faq | ||
features | ||
install | ||
language | ||
reference | ||
security | ||
.editorconfig | ||
.gitignore | ||
bookinfo.xml | ||
contributors.ent | ||
contributors.xml | ||
extensions.ent | ||
language-defs.ent | ||
language-snippets.ent | ||
make_chm_index.html | ||
preface.xml | ||
README |
---------------------------------------------------------------------- README ---------------------------------------------------------------------- Please refer to the README file within the doc-base/ directory. Your directory structure is probably like: phpdoc/en (DocBook files for the English language) phpdoc/doc-base (Tools and resources used for all languages)