reference/errorfunc/examples.xml
fa6e196973e45c0013c0801e01697757f4b98426
...
...
@@ -5,7 +5,7 @@
5
5
<para>
6
6
Below we can see an example of using the error handling capabilities in
7
7
PHP. We define an error handling function which logs the information into
8
-
a file (using an XML format), and e-mails the developer in case a critical
8
+
a file (using an XML format), and e-mails the developer if a critical
9
9
error in the logic happens.
10
10
<example>
11
11
<title>Using error handling in a script</title>
12
12