From 2b2b47991eacb0a526c3caa8bc28690112fa41e5 Mon Sep 17 00:00:00 2001 From: cslawi Date: Mon, 6 Dec 1999 03:19:54 +0000 Subject: [PATCH] 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 --- features/error-handling.sgml | 2 +- language/expressions.sgml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/error-handling.sgml b/features/error-handling.sgml index 4d756f3671..fe9025d1af 100644 --- a/features/error-handling.sgml +++ b/features/error-handling.sgml @@ -22,7 +22,7 @@ the error_reporting function. - All PHP expressions can also be called + All PHP expressions 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 track_errors feature diff --git a/language/expressions.sgml b/language/expressions.sgml index 81ff5aa577..1a02b576d4 100644 --- a/language/expressions.sgml +++ b/language/expressions.sgml @@ -1,4 +1,4 @@ - + Expressions