mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
bit of editing
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@50384 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
679d41e23a
commit
245b9d3399
1 changed files with 2 additions and 2 deletions
|
@ -1173,8 +1173,8 @@ $error_descriptions[8] = "This is just an informal notice";
|
|||
because <literal>E_ERROR</literal> equals <literal>1</literal>, etc.
|
||||
</para>
|
||||
<para>
|
||||
Then, how is it possible that <literal>$foo[bar]</literal> yet works?
|
||||
That is, because <literal>bar</literal> is due to it's syntax
|
||||
Then, how is it possible that <literal>$foo[bar]</literal> works?
|
||||
It works, because <literal>bar</literal> is due to its syntax
|
||||
expected to be a constant expression. However, in this case no
|
||||
constant with the name <literal>bar</literal> exists. PHP now
|
||||
assumes that you meant <literal>bar</literal> literally,
|
||||
|
|
Loading…
Reference in a new issue