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