pollita Mon Jan 20 15:46:26 2003 EDT Modified files: /phpdoc/en/reference/errorfunc/functions trigger-error.xml Log: Bug # 20663 + Minor WS fixes. Index: phpdoc/en/reference/errorfunc/functions/trigger-error.xml diff -u phpdoc/en/reference/errorfunc/functions/trigger-error.xml:1.2 phpdoc/en/reference/errorfunc/functions/trigger-error.xml:1.3 --- phpdoc/en/reference/errorfunc/functions/trigger-error.xml:1.2 Wed Apr 17 02:37:46 2002 +++ phpdoc/en/reference/errorfunc/functions/trigger-error.xml Mon Jan 20 15:46:25 +2003 @@ -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.trigger-error"> <refnamediv> @@ -35,9 +35,15 @@ </programlisting> </informalexample> <note> - <para> - See <function>set_error_handler</function> for a more extensive example. - </para> + <para> + See <function>set_error_handler</function> for a more extensive example. + </para> + </note> + <note> + <para> + <parameter>error_msg</parameter> is limited to 1024 characters in length. + Any additional characters beyond 1024 will be truncated. + </para> </note> </para> <para>
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php