mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 08:28:54 +00:00
[skip-revcheck] Fix output spacing.
This commit is contained in:
parent
0bbcee7822
commit
be039c085e
1 changed files with 2 additions and 2 deletions
|
@ -221,8 +221,8 @@ echo ANIMALS[1]; // outputs "cat"
|
|||
constants defined using the <literal>const</literal> keyword must be
|
||||
declared at the top-level scope because they are defined at compile-time.
|
||||
This means that they cannot be declared inside functions, loops,
|
||||
<literal>if</literal> statements or <literal>try</literal>/
|
||||
<literal>catch</literal> blocks.
|
||||
<literal>if</literal> statements or
|
||||
<literal>try</literal>/<literal>catch</literal> blocks.
|
||||
</para>
|
||||
</note>
|
||||
|
||||
|
|
Loading…
Reference in a new issue