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
9
const
E_ERROR
= UNKNOWN;
10
15
const
E_WARNING
= UNKNOWN;
16
21
const
E_PARSE
= UNKNOWN;
22
27
const
E_NOTICE
= UNKNOWN;
28
33
const
E_CORE_ERROR
= UNKNOWN;
34
39
const
E_CORE_WARNING
= UNKNOWN;
40
45
const
E_COMPILE_ERROR
= UNKNOWN;
46
51
const
E_COMPILE_WARNING
= UNKNOWN;
52
57
const
E_USER_ERROR
= UNKNOWN;
58
63
const
E_USER_WARNING
= UNKNOWN;
64
69
const
E_USER_NOTICE
= UNKNOWN;
70
77
const
E_STRICT
= UNKNOWN;
78
83
const
E_RECOVERABLE_ERROR
= UNKNOWN;
84
89
const
E_DEPRECATED
= UNKNOWN;
90
95
const
E_USER_DEPRECATED
= UNKNOWN;
96
101
const
E_ALL
= UNKNOWN;
102
107
const
DEBUG_BACKTRACE_PROVIDE_OBJECT
= UNKNOWN;
112
const
DEBUG_BACKTRACE_IGNORE_ARGS
= UNKNOWN;
117
const
ZEND_THREAD_SAFE
= UNKNOWN;
122
const
ZEND_DEBUG_BUILD
= UNKNOWN;
123
124
/* Special constants true/false/null. */
125
130
const
TRUE
=
true
;
135
const
FALSE
=
false
;
140
const
NULL
=
null
;
TRUE
#define TRUE
Definition
gd_gd.c:7
FALSE
#define FALSE
Definition
gd_gd.c:8
NULL
#define NULL
Definition
gdcache.h:45
DEBUG_BACKTRACE_IGNORE_ARGS
#define DEBUG_BACKTRACE_IGNORE_ARGS
Definition
zend.h:451
DEBUG_BACKTRACE_PROVIDE_OBJECT
#define DEBUG_BACKTRACE_PROVIDE_OBJECT
Definition
zend.h:450
ZEND_THREAD_SAFE
const ZEND_THREAD_SAFE
Definition
zend_constants.stub.php:117
ZEND_DEBUG_BUILD
const ZEND_DEBUG_BUILD
Definition
zend_constants.stub.php:122
E_USER_NOTICE
#define E_USER_NOTICE
Definition
zend_errors.h:33
E_COMPILE_ERROR
#define E_COMPILE_ERROR
Definition
zend_errors.h:29
E_PARSE
#define E_PARSE
Definition
zend_errors.h:25
E_NOTICE
#define E_NOTICE
Definition
zend_errors.h:26
E_ERROR
#define E_ERROR
Definition
zend_errors.h:23
E_WARNING
#define E_WARNING
Definition
zend_errors.h:24
E_CORE_ERROR
#define E_CORE_ERROR
Definition
zend_errors.h:27
E_USER_WARNING
#define E_USER_WARNING
Definition
zend_errors.h:32
E_CORE_WARNING
#define E_CORE_WARNING
Definition
zend_errors.h:28
E_STRICT
#define E_STRICT
Definition
zend_errors.h:35
E_ALL
#define E_ALL
Definition
zend_errors.h:43
E_USER_DEPRECATED
#define E_USER_DEPRECATED
Definition
zend_errors.h:38
E_USER_ERROR
#define E_USER_ERROR
Definition
zend_errors.h:31
E_RECOVERABLE_ERROR
#define E_RECOVERABLE_ERROR
Definition
zend_errors.h:36
E_DEPRECATED
#define E_DEPRECATED
Definition
zend_errors.h:37
E_COMPILE_WARNING
#define E_COMPILE_WARNING
Definition
zend_errors.h:30
Zend
zend_constants.stub.php
Generated on Sat Aug 23 2025 01:46:13 for php-internal-docs by
1.13.2