mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
9615dfc5ff
commit
2b2b47991e
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<chapter id="expressions">
|
||||
<chapter id="language.expressions">
|
||||
<title>Expressions</title>
|
||||
|
||||
<simpara>
|
||||
|
|
Loading…
Reference in a new issue