php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
zend_constants.stub.php File Reference

Go to the source code of this file.

Variables

const E_ERROR = UNKNOWN
 
const E_WARNING = UNKNOWN
 
const E_PARSE = UNKNOWN
 
const E_NOTICE = UNKNOWN
 
const E_CORE_ERROR = UNKNOWN
 
const E_CORE_WARNING = UNKNOWN
 
const E_COMPILE_ERROR = UNKNOWN
 
const E_COMPILE_WARNING = UNKNOWN
 
const E_USER_ERROR = UNKNOWN
 
const E_USER_WARNING = UNKNOWN
 
const E_USER_NOTICE = UNKNOWN
 
const E_STRICT = UNKNOWN
 
const E_RECOVERABLE_ERROR = UNKNOWN
 
const E_DEPRECATED = UNKNOWN
 
const E_USER_DEPRECATED = UNKNOWN
 
const E_ALL = UNKNOWN
 
const DEBUG_BACKTRACE_PROVIDE_OBJECT = UNKNOWN
 
const DEBUG_BACKTRACE_IGNORE_ARGS = UNKNOWN
 
const ZEND_THREAD_SAFE = UNKNOWN
 
const ZEND_DEBUG_BUILD = UNKNOWN
 
const TRUE = true
 
const FALSE = false
 
const NULL = null
 

Variable Documentation

◆ DEBUG_BACKTRACE_IGNORE_ARGS

const DEBUG_BACKTRACE_IGNORE_ARGS = UNKNOWN

Definition at line 112 of file zend_constants.stub.php.

◆ DEBUG_BACKTRACE_PROVIDE_OBJECT

const DEBUG_BACKTRACE_PROVIDE_OBJECT = UNKNOWN

Definition at line 107 of file zend_constants.stub.php.

◆ E_ALL

const E_ALL = UNKNOWN

Definition at line 101 of file zend_constants.stub.php.

◆ E_COMPILE_ERROR

const E_COMPILE_ERROR = UNKNOWN

Definition at line 45 of file zend_constants.stub.php.

◆ E_COMPILE_WARNING

const E_COMPILE_WARNING = UNKNOWN

Definition at line 51 of file zend_constants.stub.php.

◆ E_CORE_ERROR

const E_CORE_ERROR = UNKNOWN

Definition at line 33 of file zend_constants.stub.php.

◆ E_CORE_WARNING

const E_CORE_WARNING = UNKNOWN

Definition at line 39 of file zend_constants.stub.php.

◆ E_DEPRECATED

const E_DEPRECATED = UNKNOWN

Definition at line 89 of file zend_constants.stub.php.

◆ E_ERROR

const E_ERROR = UNKNOWN

Definition at line 9 of file zend_constants.stub.php.

◆ E_NOTICE

const E_NOTICE = UNKNOWN

Definition at line 27 of file zend_constants.stub.php.

◆ E_PARSE

const E_PARSE = UNKNOWN

Definition at line 21 of file zend_constants.stub.php.

◆ E_RECOVERABLE_ERROR

const E_RECOVERABLE_ERROR = UNKNOWN

Definition at line 83 of file zend_constants.stub.php.

◆ E_STRICT

const E_STRICT = UNKNOWN

Definition at line 77 of file zend_constants.stub.php.

◆ E_USER_DEPRECATED

const E_USER_DEPRECATED = UNKNOWN

Definition at line 95 of file zend_constants.stub.php.

◆ E_USER_ERROR

const E_USER_ERROR = UNKNOWN

Definition at line 57 of file zend_constants.stub.php.

◆ E_USER_NOTICE

const E_USER_NOTICE = UNKNOWN

Definition at line 69 of file zend_constants.stub.php.

◆ E_USER_WARNING

const E_USER_WARNING = UNKNOWN

Definition at line 63 of file zend_constants.stub.php.

◆ E_WARNING

const E_WARNING = UNKNOWN

Definition at line 15 of file zend_constants.stub.php.

◆ FALSE

const FALSE = false

Definition at line 135 of file zend_constants.stub.php.

◆ NULL

const NULL = null

Definition at line 140 of file zend_constants.stub.php.

◆ TRUE

const TRUE = true

Definition at line 130 of file zend_constants.stub.php.

◆ ZEND_DEBUG_BUILD

const ZEND_DEBUG_BUILD = UNKNOWN

Definition at line 122 of file zend_constants.stub.php.

◆ ZEND_THREAD_SAFE

const ZEND_THREAD_SAFE = UNKNOWN

Definition at line 117 of file zend_constants.stub.php.