Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > media > main > by-pkgid > 0afeee9cca140e167a996902b9a677c5 > files > 3261

php-manual-en-4.3.0-2mdk.noarch.rpm

<HTML
><HEAD
><TITLE
>zend_error</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="PHP Manual"
HREF="index.html"><LINK
REL="UP"
TITLE="Printing Information"
HREF="zend.printing.html"><LINK
REL="PREVIOUS"
TITLE="Printing Information"
HREF="zend.printing.html"><LINK
REL="NEXT"
TITLE="Including Output in phpinfo"
HREF="zend.printing.phpinfo.html"><META
HTTP-EQUIV="Content-type"
CONTENT="text/html; charset=ISO-8859-1"></HEAD
><BODY
CLASS="section"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>PHP Manual</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="zend.printing.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 36. Printing Information</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="zend.printing.phpinfo.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="zend.printing.zend-error"
></A
><B
CLASS="function"
>zend_error()</B
></H1
><P
>&#13;    <B
CLASS="function"
>zend_error()</B
> can be used to generate error messages.
    This function accepts two arguments; the first is the error type (see
    <TT
CLASS="filename"
>zend_errors.h</TT
>), and the second is the error message. 
    <TABLE
BORDER="0"
BGCOLOR="#E0E0E0"
CELLPADDING="5"
><TR
><TD
><PRE
CLASS="programlisting"
>zend_error(E_WARNING, "This function has been called with empty arguments");</PRE
></TD
></TR
></TABLE
><A
HREF="zend.printing.zend-error.html#tab.error-messages"
>Table 36-1</A
> shows a list of possible values (see <A
HREF="zend.printing.zend-error.html#fig.warning-messages"
>Figure 36-1</A
>). These
    values are also referred to in <TT
CLASS="filename"
>php.ini</TT
>. Depending on
    which error type you choose, your messages will be logged. 
    <DIV
CLASS="table"
><A
NAME="tab.error-messages"
></A
><P
><B
>Table 36-1. Zend's Predefined Error Messages.</B
></P
><TABLE
BORDER="1"
CLASS="CALSTABLE"
><TBODY
><TR
><TD
WIDTH="42%"
ALIGN="LEFT"
VALIGN="MIDDLE"
>Error</TD
><TD
WIDTH="58%"
ALIGN="LEFT"
VALIGN="MIDDLE"
>Description</TD
></TR
><TR
><TD
WIDTH="42%"
ALIGN="LEFT"
VALIGN="MIDDLE"
><TT
CLASS="literal"
>E_ERROR</TT
></TD
><TD
WIDTH="58%"
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;          Signals an error and terminates execution of the script
          immediately
          .</TD
></TR
><TR
><TD
WIDTH="42%"
ALIGN="LEFT"
VALIGN="MIDDLE"
><TT
CLASS="literal"
>E_WARNING</TT
></TD
><TD
WIDTH="58%"
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;          Signals a generic warning. Execution continues.
         </TD
></TR
><TR
><TD
WIDTH="42%"
ALIGN="LEFT"
VALIGN="MIDDLE"
><TT
CLASS="literal"
>E_PARSE</TT
></TD
><TD
WIDTH="58%"
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;          Signals a parser error. Execution continues.
         </TD
></TR
><TR
><TD
WIDTH="42%"
ALIGN="LEFT"
VALIGN="MIDDLE"
><TT
CLASS="literal"
>E_NOTICE</TT
></TD
><TD
WIDTH="58%"
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;          Signals a notice. Execution continues. Note that by
          default the display of this type of error messages is turned off in
          <TT
CLASS="filename"
>php.ini</TT
>.
         </TD
></TR
><TR
><TD
WIDTH="42%"
ALIGN="LEFT"
VALIGN="MIDDLE"
><TT
CLASS="literal"
>E_CORE_ERROR</TT
></TD
><TD
WIDTH="58%"
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;          Internal error by the core; shouldn't be used by
          user-written modules.
         </TD
></TR
><TR
><TD
WIDTH="42%"
ALIGN="LEFT"
VALIGN="MIDDLE"
><TT
CLASS="literal"
>E_COMPILE_ERROR</TT
></TD
><TD
WIDTH="58%"
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;          Internal error by the compiler; shouldn't be used by
          user-written modules.
         </TD
></TR
><TR
><TD
WIDTH="42%"
ALIGN="LEFT"
VALIGN="MIDDLE"
><TT
CLASS="literal"
>E_COMPILE_WARNING</TT
></TD
><TD
WIDTH="58%"
ALIGN="LEFT"
VALIGN="MIDDLE"
>&#13;          Internal warning by the compiler; shouldn't be used by
          user-written modules.
         </TD
></TR
></TBODY
></TABLE
></DIV
> 
    <DIV
CLASS="figure"
><A
NAME="fig.warning-messages"
></A
><P
><B
>Figure 36-1. Display of warning messages in the browser.</B
></P
><P
><IMG
SRC="figures/Extending_Zend_7_warning_messages.png"></P
></DIV
></P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="zend.printing.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="zend.printing.phpinfo.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Printing Information</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="zend.printing.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Including Output in <A
HREF="function.phpinfo.html"
><B
CLASS="function"
>phpinfo()</B
></A
></TD
></TR
></TABLE
></DIV
></BODY
></HTML
>