gerzson Sun Apr 21 09:43:52 2002 EDT
Modified files:
/phpdoc/en/reference/errorfunc/functions set-error-handler.xml
/phpdoc/hu/reference/errorfunc/functions set-error-handler.xml
Log:
correct link to ini.error-reporting & typos
Index: phpdoc/en/reference/errorfunc/functions/set-error-handler.xml
diff -u phpdoc/en/reference/errorfunc/functions/set-error-handler.xml:1.2
phpdoc/en/reference/errorfunc/functions/set-error-handler.xml:1.3
--- phpdoc/en/reference/errorfunc/functions/set-error-handler.xml:1.2 Wed Apr 17
02:37:46 2002
+++ phpdoc/en/reference/errorfunc/functions/set-error-handler.xml Sun Apr 21
+09:43:52 2002
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<!-- splitted from ./en/functions/errorfunc.xml, last change in rev 1.1 -->
<refentry id="function.set-error-handler">
<refnamediv>
@@ -161,7 +161,7 @@
It is important to remember that the standard PHP error handler is completely
bypassed. <function>error_reporting</function> settings will have no effect
and your error handler will be called regardless - however you are still
- able to read the current value of <function>error_reporting</function> and
+ able to read the current value of <link
+linkend="ini.error-reporting">error_reporting</link> and
act appropriately. Of particular note is that this value will be 0 if the
statement that caused the error was prepended by the
<link linkend="language.operators.errorcontrol">@ error-control
Index: phpdoc/hu/reference/errorfunc/functions/set-error-handler.xml
diff -u phpdoc/hu/reference/errorfunc/functions/set-error-handler.xml:1.2
phpdoc/hu/reference/errorfunc/functions/set-error-handler.xml:1.3
--- phpdoc/hu/reference/errorfunc/functions/set-error-handler.xml:1.2 Wed Apr 17
02:57:57 2002
+++ phpdoc/hu/reference/errorfunc/functions/set-error-handler.xml Sun Apr 21
+09:43:52 2002
@@ -161,11 +161,12 @@
</informalexample>
</para>
<para>
- Fontos megjegyezni, hogy a PHP bels� hibkezel�je teljesen figyelmen
+ Fontos megjegyezni, hogy a PHP bels� hibakezel�je teljesen figyelmen
k�v�l marad. Az <function>error_reporting</function> be�ll�t�sok nem
- befoly�solj�k a felhaszn�l�i hibakezel� megh�v�s�t, minden hiba est�n
- lefut a hibakezel� az aktu�lis szintt�l f�ggetlen�l. Ha ezt el
- szeretn�d ker�lni, a hibakezl�ben olvasd be az aktu�lis szintet, �s
+ befoly�solj�k a felhaszn�l�i hibakezel� megh�v�s�t, minden hiba eset�n
+ lefut a hibakezel� az aktu�lis szintt�l f�ggetlen�l. Ha ezt el
+ szeretn�d ker�lni, a hibakezel�ben olvasd be az aktu�lis szintet (<link
+ linkend="ini.error-reporting">error_reporting</link>), �s
�rd meg �gy a f�ggv�nyt, hogy annak megfelel�en viselkedjen. Szint�n
fontos megjegyezni, hogy ez az �rt�k 0 lesz, ha azt a parancsot, ami
�ppen megh�v�sra ker�lt a
@@ -173,15 +174,15 @@
opr�torral adt�k meg</link>.
</para>
<para>
- Arr�l sem szabad elfeledkezned, hogy a te felel�ss�ged a szkript
- fut�s megszak�t�sa, ha ez sz�ks�ges (p�ld�ul a <function>die</function>
+ Arr�l sem szabad elfeledkezned, hogy a Te felel�ss�ged a szkript
+ fut�s megszak�t�sa, ha ez sz�ks�ges (p�ld�ul a <function>exit</function>
megh�v�s�val). Ha a hibakezel� f�ggv�ny visszat�r, a szkript
fut�sa is folytat�dni fog a k�vetkez� paranccsal.
</para>
<para>
- L�sd m�g <function>error_reporting</function>,
+ L�sd m�g: <function>error_reporting</function>,
<function>restore_error_handler</function>,
- <function>trigger_error</function> �s <function>user_error</function>.
+ <function>trigger_error</function> �s <function>user_error</function>!
</para>
</refsect1>
</refentry>