Ces constantes sont définies par le coeur de PHP. Cela inclut notamment PHP, le moteur Zend et les modules SAPI.
PHP_VERSION
(chaîne de caractères)
PHP_MAJOR_VERSION
(entier)
PHP_MINOR_VERSION
(entier)
PHP_RELEASE_VERSION
(entier)
PHP_VERSION_ID
(entier)
PHP_EXTRA_VERSION
(chaîne de caractères)
PHP_ZTS
(entier)
PHP_DEBUG
(entier)
PHP_MAXPATHLEN
(entier)
PHP_OS
(chaîne de caractères)
PHP_SAPI
(chaîne de caractères)
PHP_EOL
(chaîne de caractères)
PHP_INT_MAX
(entier)
PHP_INT_SIZE
(entier)
DEFAULT_INCLUDE_PATH
(chaîne de caractères)
PEAR_INSTALL_DIR
(chaîne de caractères)
PEAR_EXTENSION_DIR
(chaîne de caractères)
PHP_EXTENSION_DIR
(chaîne de caractères)
PHP_PREFIX
(chaîne de caractères)
PHP_BINDIR
(chaîne de caractères)
PHP_BINARY
(string)
PHP_MANDIR
(chaîne de caractères)
PHP_LIBDIR
(chaîne de caractères)
PHP_DATADIR
(chaîne de caractères)
PHP_SYSCONFDIR
(chaîne de caractères)
PHP_LOCALSTATEDIR
(chaîne de caractères)
PHP_CONFIG_FILE_PATH
(chaîne de caractères)
PHP_CONFIG_FILE_SCAN_DIR
(chaîne de caractères)
PHP_SHLIB_SUFFIX
(chaîne de caractères)
E_ERROR
(entier)
E_WARNING
(entier)
E_PARSE
(entier)
E_NOTICE
(entier)
E_CORE_ERROR
(entier)
E_CORE_WARNING
(entier)
E_COMPILE_ERROR
(entier)
E_COMPILE_WARNING
(entier)
E_USER_ERROR
(entier)
E_USER_WARNING
(entier)
E_USER_NOTICE
(entier)
E_DEPRECATED
(entier)
E_USER_DEPRECATED
(entier)
E_ALL
(entier)
E_STRICT
(entier)
__COMPILER_HALT_OFFSET__
(entier)
TRUE
(boolean)
FALSE
(boolean)
NULL
(boolean)
Voir aussi les constantes magiques.
Toutes les constantes des extensions coeur sont définies en PHP par défaut.