Noted that inside double-quoted strings another syntax is valid.

Minor XML-improvements.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@48209 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeroen van Wolffelaar 2001-05-22 23:18:54 +00:00
parent 9f8b9e8983
commit 3105d42987

View file

@ -1045,14 +1045,22 @@ $error_descriptions[8] = "This is just an informal notice";
And, if these arguments don't help: this syntax is simply deprecated,
and it might stop working some day.
</para>
<note>
<tip>
<simpara>
When you turn <link linkend="function.error-reporting"
>error_reporting</link> to <literal>E_ALL</literal>,
you will see that PHP generates warnings whenever this construct
is used. (put the line <literal>error_reporting(E_ALL);</literal>
is used. This is also valid for other deprecated 'features'.
(put the line <literal>error_reporting(E_ALL);</literal>
in your script)
</simpara>
</tip>
<note>
<simpara>
Inside a double-quoted <type>string</type>, an other syntax
is valid. See <link linkend="language.types.string.parsing"
>variable parsing in strings</link> for more details.
</simpara>
</note>
</sect4>
</sect3>