Skip to content

Use &true;/&false;/&null; entities for boolean/null constants#5641

Open
lacatoire wants to merge 2 commits into
php:masterfrom
lacatoire:fix/boolean-literals-to-entities
Open

Use &true;/&false;/&null; entities for boolean/null constants#5641
lacatoire wants to merge 2 commits into
php:masterfrom
lacatoire:fix/boolean-literals-to-entities

Conversation

@lacatoire

Copy link
Copy Markdown
Member

Replaces <literal>true/false/null</literal> with the standard &true;/&false;/&null; entities where they denote the PHP boolean/null constant (26 occurrences, 21 files).

Quoted strings, JSON/INI literals, SQL NULL and type notations were reviewed and intentionally left untouched. Inline-only <para> touched by the change are converted to <simpara> (DocBook style check).

Replace <literal>true/false/null</literal> with the standard entities where they
denote the PHP boolean/null constant. Quoted strings, JSON/INI literals, SQL NULL
and type notations are intentionally left untouched.
Required by the DocBook style check on the paragraphs modified by this PR.
@lacatoire lacatoire requested a review from kamil-tekiela as a code owner June 30, 2026 13:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant