php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
zend_constants.stub.php
Go to the documentation of this file.
1<?php
2
4
9const E_ERROR = UNKNOWN;
10
15const E_WARNING = UNKNOWN;
16
21const E_PARSE = UNKNOWN;
22
27const E_NOTICE = UNKNOWN;
28
33const E_CORE_ERROR = UNKNOWN;
34
39const E_CORE_WARNING = UNKNOWN;
40
45const E_COMPILE_ERROR = UNKNOWN;
46
51const E_COMPILE_WARNING = UNKNOWN;
52
57const E_USER_ERROR = UNKNOWN;
58
63const E_USER_WARNING = UNKNOWN;
64
69const E_USER_NOTICE = UNKNOWN;
70
77const E_STRICT = UNKNOWN;
78
83const E_RECOVERABLE_ERROR = UNKNOWN;
84
89const E_DEPRECATED = UNKNOWN;
90
95const E_USER_DEPRECATED = UNKNOWN;
96
101const E_ALL = UNKNOWN;
102
117const ZEND_THREAD_SAFE = UNKNOWN;
122const ZEND_DEBUG_BUILD = UNKNOWN;
123
124/* Special constants true/false/null. */
125
130const TRUE = true;
135const FALSE = false;
140const NULL = null;
#define TRUE
Definition gd_gd.c:7
#define FALSE
Definition gd_gd.c:8
#define NULL
Definition gdcache.h:45
#define DEBUG_BACKTRACE_IGNORE_ARGS
Definition zend.h:451
#define DEBUG_BACKTRACE_PROVIDE_OBJECT
Definition zend.h:450
const ZEND_THREAD_SAFE
const ZEND_DEBUG_BUILD
#define E_USER_NOTICE
Definition zend_errors.h:33
#define E_COMPILE_ERROR
Definition zend_errors.h:29
#define E_PARSE
Definition zend_errors.h:25
#define E_NOTICE
Definition zend_errors.h:26
#define E_ERROR
Definition zend_errors.h:23
#define E_WARNING
Definition zend_errors.h:24
#define E_CORE_ERROR
Definition zend_errors.h:27
#define E_USER_WARNING
Definition zend_errors.h:32
#define E_CORE_WARNING
Definition zend_errors.h:28
#define E_STRICT
Definition zend_errors.h:35
#define E_ALL
Definition zend_errors.h:43
#define E_USER_DEPRECATED
Definition zend_errors.h:38
#define E_USER_ERROR
Definition zend_errors.h:31
#define E_RECOVERABLE_ERROR
Definition zend_errors.h:36
#define E_DEPRECATED
Definition zend_errors.h:37
#define E_COMPILE_WARNING
Definition zend_errors.h:30