Changed id for expressions section to "language.expressions", for

consistency.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@16689 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
cslawi 1999-12-06 03:19:54 +00:00
parent 9615dfc5ff
commit 2b2b47991e
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
the <function>error_reporting</function> function.</simpara>
<simpara>
All <link linkend="expressions">PHP expressions</link> can also be called
All <link linkend="language.expressions">PHP expressions</link> can also be called
with the "@" prefix, which turns off error reporting for that particular
expression. If an error occurred during such an expression and the
<link linkend="ini.track-errors">track_errors</link> feature

View file

@ -1,4 +1,4 @@
<chapter id="expressions">
<chapter id="language.expressions">
<title>Expressions</title>
<simpara>