From e9e79503f0ed94990b889a359e090282d47aed57 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 11 Dec 2003 17:15:43 +0000 Subject: [PATCH] Typos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@146235 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/errorfunc/constants.xml | 4 ++-- reference/errorfunc/ini.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/errorfunc/constants.xml b/reference/errorfunc/constants.xml index 04d29b0f87..a86212b629 100644 --- a/reference/errorfunc/constants.xml +++ b/reference/errorfunc/constants.xml @@ -1,5 +1,5 @@ - +
&reftitle.constants; &extension.constants.core; @@ -195,7 +195,7 @@ Run-time notices. Enable to have PHP suggest changes to your code which will ensure the best interoperability - and forward compatability of your code. + and forward compatibility of your code. PHP 5 only diff --git a/reference/errorfunc/ini.xml b/reference/errorfunc/ini.xml index a52ca7f422..9222d89441 100644 --- a/reference/errorfunc/ini.xml +++ b/reference/errorfunc/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -129,8 +129,8 @@ Enabling E_NOTICE during development has some benefits. For debugging purposes: NOTICE messages will warn you - about possibls bugs in your code. For example, use of unassigned values - are warned. It is extremely useful to find typos and + about possible bugs in your code. For example, use of unassigned values + is warned. It is extremely useful to find typos and to save time for debugging. NOTICE messages will warn you about bad style. For example, $arr[item] is better to be written as $arr['item'] since PHP tries to treat "item" as constant. If it is not a constant, PHP assumes