<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/reserved.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'reserved.constants.php',
    1 => 'Constantes pr&eacute;-d&eacute;finies',
    2 => 'Constantes pr&eacute;-d&eacute;finies',
  ),
  'up' => 
  array (
    0 => 'reserved.php',
    1 => 'Mots r&eacute;serv&eacute;s en PHP',
  ),
  'prev' => 
  array (
    0 => 'reserved.classes.php',
    1 => 'Classes pr&eacute;d&eacute;finies',
  ),
  'next' => 
  array (
    0 => 'reserved.other-reserved-words.php',
    1 => 'Autre liste de mots r&eacute;serv&eacute;s',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'appendices/reserved.constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reserved.constants" class="sect1">
  <h2 class="title">Constantes pré-définies</h2>
  


<div class="sect2" id="reserved.constants.core">
 <h3 class="title">Constantes prédéfinies</h3>
 <p class="simpara">
  Ces constantes sont définies par le cœur de PHP. Cela inclut notamment PHP,
  le moteur Zend et les modules SAPI.
 </p>
 <dl>
  
   <dt id="constant.php-version">
    <strong><code><a href="reserved.constants.php#constant.php-version">PHP_VERSION</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     La version courante de PHP sous la forme d&#039;une chaîne de caractères
     dans la notation &quot;major.minor.release[extra]&quot;.
    </span>
   </dd>
  
  
   <dt id="constant.php-major-version">
    <strong><code><a href="reserved.constants.php#constant.php-major-version">PHP_MAJOR_VERSION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     La version majeure courante de PHP sous la forme d&#039;une chaîne de
     caractères (par exemple, int(5) depuis la version &quot;5.2.7-extra&quot;).
    </span>
   </dd>
  
  
   <dt id="constant.php-minor-version">
    <strong><code><a href="reserved.constants.php#constant.php-minor-version">PHP_MINOR_VERSION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     La version mineure courante de PHP sous la forme d&#039;une chaîne de
     caractères (par exemple, int(2) depuis la version &quot;5.2.7-extra&quot;).
    </span>
   </dd>
  
  
   <dt id="constant.php-release-version">
    <strong><code><a href="reserved.constants.php#constant.php-release-version">PHP_RELEASE_VERSION</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     La version stable courante de PHP sous la forme d&#039;une chaîne de
     caractères (par exemple, int(7) depuis la version &quot;5.2.7-extra&quot;).
    </span>
   </dd>
  
  
   <dt id="constant.php-version-id">
    <strong><code><a href="reserved.constants.php#constant.php-version-id">PHP_VERSION_ID</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     La version courante de PHP sous la forme d&#039;un entier,
     utile pour la comparaison de versions
     (par exemple, int(50207) depuis la version &quot;5.2.7-extra&quot;).
    </span>
   </dd>
  
  
   <dt id="constant.php-extra-version">
    <strong><code><a href="reserved.constants.php#constant.php-extra-version">PHP_EXTRA_VERSION</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     La version &quot;extra&quot; courante de PHP sous la forme
     d&#039;une chaîne de caractères (c.-à-d. &#039;-extra&#039;
     depuis la version &quot;5.2.7-extra&quot;). Habituellement
     utilisée par les packagers des distributions
     pour indiquer une version de paquet.
    </span>
   </dd>
  
  
   <dt id="constant.php-build-date">
    <strong><code><a href="reserved.constants.php#constant.php-build-date">PHP_BUILD_DATE</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     La date et l&#039;heure de compilation de PHP, au format <code class="literal">&quot;M d Y H:i:s&quot;</code>. Disponible à partir de PHP 8.5.0.
    </span>
   </dd>
  
  
   <dt id="constant.php-build-provider">
    <strong><code><a href="reserved.constants.php#constant.php-build-provider">PHP_BUILD_PROVIDER</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Le fournisseur qui a compilé PHP. Disponible à partir de PHP 8.5.0.
    </span>
    <blockquote class="note"><p><strong class="note">Note</strong>: 
     <span class="simpara">
      Cette constante peut ne pas être disponible dans toutes les compilations de PHP.
      (ex : non définie lors de la compilation depuis les sources sans spécifier de valeur lors de la configuration).
     </span>
    </p></blockquote>
   </dd>
  
  
   <dt id="constant.zend-thread-safe">
    <strong><code><a href="reserved.constants.php#constant.zend-thread-safe">ZEND_THREAD_SAFE</a></code></strong>
    (<span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indique si la version actuelle de PHP a été compilée avec prise en charge des threads.
    </span>
   </dd>
  
  
   <dt id="constant.zend-debug-build">
    <strong><code><a href="reserved.constants.php#constant.zend-debug-build">ZEND_DEBUG_BUILD</a></code></strong>
    (<span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indique si la version actuelle de PHP est une compilation de débogage.
    </span>
   </dd>
  
  
   <dt id="constant.php-zts">
    <strong><code><a href="reserved.constants.php#constant.php-zts">PHP_ZTS</a></code></strong>
    (<span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span>)
    Alias de <strong><code><a href="reserved.constants.php#constant.zend-thread-safe">ZEND_THREAD_SAFE</a></code></strong>
   </dt>
   <dd>
    <span class="simpara">
     Indique si la version actuelle de PHP a été compilée avec prise en charge des threads.
    </span>
   </dd>
  
  
   <dt id="constant.php-debug">
    <strong><code><a href="reserved.constants.php#constant.php-debug">PHP_DEBUG</a></code></strong>
    (<span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span>)
    Alias de <strong><code><a href="reserved.constants.php#constant.zend-debug-build">ZEND_DEBUG_BUILD</a></code></strong>
   </dt>
   <dd>
    <span class="simpara">
     Indique si la version actuelle de PHP est une compilation de débogage.
    </span>
   </dd>
  
  
   <dt id="constant.debug-backtrace-provide-object">
    <strong><code><a href="reserved.constants.php#constant.debug-backtrace-provide-object">DEBUG_BACKTRACE_PROVIDE_OBJECT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Remplit l&#039;index &quot;object&quot;.
    </span>
   </dd>
  
  
   <dt id="constant.debug-backtrace-ignore-args">
    <strong><code><a href="reserved.constants.php#constant.debug-backtrace-ignore-args">DEBUG_BACKTRACE_IGNORE_ARGS</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     N&#039;inclut pas les informations d&#039;arguments pour les fonctions dans la trace de la pile.
    </span>
   </dd>
  
  
   <dt id="constant.php-maxpathlen">
    <strong><code><a href="reserved.constants.php#constant.php-maxpathlen">PHP_MAXPATHLEN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     La longueur maximale des noms de fichiers (y compris le chemin)
     supportée par ce binaire PHP.
    </span>
   </dd>
  
  
   <dt id="constant.php-os">
    <strong><code><a href="reserved.constants.php#constant.php-os">PHP_OS</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Le système d&#039;exploitation pour lequel PHP a été compilé.
    </span>
   </dd>
  
  
   <dt id="constant.php-os-family">
    <strong><code><a href="reserved.constants.php#constant.php-os-family">PHP_OS_FAMILY</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Le système d&#039;exploitation pour lequel PHP a été compilé. Un de
     <code class="literal">&#039;Windows&#039;</code>, <code class="literal">&#039;BSD&#039;</code>,
     <code class="literal">&#039;Darwin&#039;</code>, <code class="literal">&#039;Solaris&#039;</code>,
     <code class="literal">&#039;Linux&#039;</code> ou <code class="literal">&#039;Unknown&#039;</code>.
     Disponible à partir de PHP 7.2.0.
    </span>
   </dd>
  
  
   <dt id="constant.php-sapi">
    <strong><code><a href="reserved.constants.php#constant.php-sapi">PHP_SAPI</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     L&#039;API du serveur pour ce binaire PHP.
     Voir aussi <span class="function"><a href="function.php-sapi-name.php" class="function">php_sapi_name()</a></span>.
    </span>
   </dd>
  
  
   <dt id="constant.php-eol">
    <strong><code><a href="reserved.constants.php#constant.php-eol">PHP_EOL</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Le symbole correct pour la fin de ligne pour cette plateforme.
    </span>
   </dd>
  
  
   <dt id="constant.php-int-max">
    <strong><code><a href="reserved.constants.php#constant.php-int-max">PHP_INT_MAX</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Le plus grand entier supporté par ce binaire de PHP.
     Habituellement, int(2147483647) sur les systèmes 32 bit et
     int(9223372036854775807) sur les systèmes 64 bit.
    </span>
   </dd>
  
  
   <dt id="constant.php-int-min">
    <strong><code><a href="reserved.constants.php#constant.php-int-min">PHP_INT_MIN</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Le plus petit entier supporté dans cette version de PHP.
     Habituellement, int(-2147483648) sur les systèmes 32 bit
     et int(-9223372036854775808) sur les systèmes 64 bit.
     Habituellement, PHP_INT_MIN === ~PHP_INT_MAX.
    </span>
   </dd>
  
  
   <dt id="constant.php-int-size">
    <strong><code><a href="reserved.constants.php#constant.php-int-size">PHP_INT_SIZE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     La taille d&#039;un entier, en octets, dans cette version de PHP.
    </span>
   </dd>
  
  
   <dt id="constant.php-float-dig">
    <strong><code><a href="reserved.constants.php#constant.php-float-dig">PHP_FLOAT_DIG</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Nombre de décimales pouvant être arrondies dans un nombre à virgule
     flottante et retournées sans perte de précision.
     Disponible à partir de PHP 7.2.0.
    </span>
   </dd>
  
  
   <dt id="constant.php-float-epsilon">
    <strong><code><a href="reserved.constants.php#constant.php-float-epsilon">PHP_FLOAT_EPSILON</a></code></strong>
    (<span class="type"><a href="language.types.float.php" class="type float">float</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Le plus petit nombre à virgule flottante positif supporté, de sorte que
     <code class="literal">x + 1.0 != 1.0</code>.
     Disponible à partir de PHP 7.2.0.
    </span>
   </dd>
  
  
   <dt id="constant.php-float-min">
    <strong><code><a href="reserved.constants.php#constant.php-float-min">PHP_FLOAT_MIN</a></code></strong>
    (<span class="type"><a href="language.types.float.php" class="type float">float</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Le plus petit nombre à virgule flottante <em>positif</em> supporté.
     Pour obtenir la plus petite représentation
     <em>négative</em> de nombre flottant,
     utiliser <code class="literal">- PHP_FLOAT_MAX</code>.
     Disponible à partir de PHP 7.2.0.
    </span>
   </dd>
  
  
   <dt id="constant.php-float-max">
    <strong><code><a href="reserved.constants.php#constant.php-float-max">PHP_FLOAT_MAX</a></code></strong>
    (<span class="type"><a href="language.types.float.php" class="type float">float</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Le plus grand nombre à virgule flottante supporté.
     Disponible à partir de PHP 7.2.0.
    </span>
   </dd>
  
  
   <dt id="constant.default-include-path">
    <strong><code><a href="reserved.constants.php#constant.default-include-path">DEFAULT_INCLUDE_PATH</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.pear-install-dir">
    <strong><code><a href="reserved.constants.php#constant.pear-install-dir">PEAR_INSTALL_DIR</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.pear-extension-dir">
    <strong><code><a href="reserved.constants.php#constant.pear-extension-dir">PEAR_EXTENSION_DIR</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.php-extension-dir">
    <strong><code><a href="reserved.constants.php#constant.php-extension-dir">PHP_EXTENSION_DIR</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Le répertoire par défaut où chercher pour des extensions chargeables
     dynamiquement (sauf outrepassé par
     <a href="ini.core.php#ini.extension-dir" class="link">extension_dir</a>).
     Par défaut <strong><code><a href="reserved.constants.php#constant.php-prefix">PHP_PREFIX</a></code></strong> (ou <code class="code">PHP_PREFIX . &quot;\\ext&quot;</code> sur Windows).
    </span>
   </dd>
  
  
   <dt id="constant.php-prefix">
    <strong><code><a href="reserved.constants.php#constant.php-prefix">PHP_PREFIX</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     La valeur de <strong class="option configure">--prefix</strong> qui a été définie lors de la configuration.
     Sur Windows, c&#039;est la valeur de <strong class="option configure">--with-prefix</strong>
     qui a été définie lors de la configuration.
    </span>
   </dd>
  
  
   <dt id="constant.php-bindir">
    <strong><code><a href="reserved.constants.php#constant.php-bindir">PHP_BINDIR</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     La valeur de <strong class="option configure">--bindir</strong> qui a été définie lors de la configuration.
     Sur Windows, c&#039;est la valeur de <strong class="option configure">--with-prefix</strong>
     qui a été définie lors de la configuration.
    </span>
   </dd>
  
  
   <dt id="constant.php-sbindir">
    <strong><code><a href="reserved.constants.php#constant.php-sbindir">PHP_SBINDIR</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     La valeur définie par <strong class="option configure">--sbindir</strong> lors de la configuration.
     Sur Windows, c&#039;est la valeur définie par <strong class="option configure">--with-prefix</strong>
     lors de la configuration. Disponible à partir de PHP 8.4.0.
    </span>
   </dd>
  
  
   <dt id="constant.php-binary">
    <strong><code><a href="reserved.constants.php#constant.php-binary">PHP_BINARY</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie le chemin vers le binaire PHP lors de l&#039;exécution du script.
    </span>
   </dd>
  
  
   <dt id="constant.php-mandir">
    <strong><code><a href="reserved.constants.php#constant.php-mandir">PHP_MANDIR</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Spécifie le chemin d&#039;installation des pages man.
    </span>
    <blockquote class="note"><p><strong class="note">Note</strong>: 
     <span class="simpara">
      Cette constante n&#039;est pas présente sur les compilations Windows de PHP.
     </span>
    </p></blockquote>
   </dd>
  
  
   <dt id="constant.php-libdir">
    <strong><code><a href="reserved.constants.php#constant.php-libdir">PHP_LIBDIR</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.php-datadir">
    <strong><code><a href="reserved.constants.php#constant.php-datadir">PHP_DATADIR</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.php-sysconfdir">
    <strong><code><a href="reserved.constants.php#constant.php-sysconfdir">PHP_SYSCONFDIR</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.php-localstatedir">
    <strong><code><a href="reserved.constants.php#constant.php-localstatedir">PHP_LOCALSTATEDIR</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.php-config-file-path">
    <strong><code><a href="reserved.constants.php#constant.php-config-file-path">PHP_CONFIG_FILE_PATH</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.php-config-file-scan-dir">
    <strong><code><a href="reserved.constants.php#constant.php-config-file-scan-dir">PHP_CONFIG_FILE_SCAN_DIR</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.php-shlib-suffix">
    <strong><code><a href="reserved.constants.php#constant.php-shlib-suffix">PHP_SHLIB_SUFFIX</a></code></strong>
    (<span class="type"><a href="language.types.string.php" class="type string">string</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Le suffixe de la plate-forme de compilation pour les bibliothèques
     partagées, comme &quot;so&quot; (sous la plupart des Unix) ou &quot;dll&quot; (Windows).
    </span>
   </dd>
  
  
   <dt id="constant.php-fd-setsize">
    <strong><code><a href="reserved.constants.php#constant.php-fd-setsize">PHP_FD_SETSIZE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Nombre maximal de descripteurs de fichiers pour les appels système
     sélectionnés. Disponible à partir de PHP 7.1.0.
    </span>
   </dd>
  
  
   <dt>
    <strong><code><a href="errorfunc.constants.php#constant.e-error">E_ERROR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dt>
    <strong><code><a href="errorfunc.constants.php#constant.e-warning">E_WARNING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dt>
    <strong><code><a href="errorfunc.constants.php#constant.e-parse">E_PARSE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dt>
    <strong><code><a href="errorfunc.constants.php#constant.e-notice">E_NOTICE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dt>
    <strong><code><a href="errorfunc.constants.php#constant.e-core-error">E_CORE_ERROR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dt>
    <strong><code><a href="errorfunc.constants.php#constant.e-core-warning">E_CORE_WARNING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dt>
    <strong><code><a href="errorfunc.constants.php#constant.e-compile-error">E_COMPILE_ERROR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dt>
    <strong><code><a href="errorfunc.constants.php#constant.e-compile-warning">E_COMPILE_WARNING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dt>
    <strong><code><a href="errorfunc.constants.php#constant.e-user-error">E_USER_ERROR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dt>
    <strong><code><a href="errorfunc.constants.php#constant.e-user-warning">E_USER_WARNING</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dt>
    <strong><code><a href="errorfunc.constants.php#constant.e-user-notice">E_USER_NOTICE</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dt>
    <strong><code><a href="errorfunc.constants.php#constant.e-recoverable-error">E_RECOVERABLE_ERROR</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dt>
    <strong><code><a href="errorfunc.constants.php#constant.e-deprecated">E_DEPRECATED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dt>
    <strong><code><a href="errorfunc.constants.php#constant.e-user-deprecated">E_USER_DEPRECATED</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dt>
    <strong><code><a href="errorfunc.constants.php#constant.e-all">E_ALL</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dt>
    <strong><code><a href="errorfunc.constants.php#constant.e-strict">E_STRICT</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     <a href="errorfunc.constants.php" class="link">Constantes de rapport d&#039;erreur</a>.
    </span>
   </dd>
  
  
   <dt>
    <strong><code><a href="misc.constants.php#constant.compiler-halt-offset">__COMPILER_HALT_OFFSET__</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">

    </span>
   </dd>
  
  
   <dt id="constant.true">
    <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong>
    (<span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Voir <a href="language.types.boolean.php" class="link">Booléens</a>.
    </span>
   </dd>
  
  
   <dt id="constant.false">
    <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong>
    (<span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Voir <a href="language.types.boolean.php" class="link">Booléens</a>.
    </span>
   </dd>
  
  
   <dt id="constant.null">
    <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong>
    (<span class="type"><a href="language.types.null.php" class="type null">null</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Voir <a href="language.types.null.php" class="link">Null</a>.
    </span>
   </dd>
  
  
   <dt id="constant.php-windows-event-ctrl-c">
    <strong><code><a href="reserved.constants.php#constant.php-windows-event-ctrl-c">PHP_WINDOWS_EVENT_CTRL_C</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
      Évènement Windows
     <kbd class="keycombo">
      <kbd class="keycap">CTRL</kbd>
      +<kbd class="keycap">C</kbd>
     </kbd>.
     Disponible à partir de PHP 7.4.0 (Windows uniquement).
    </span>
   </dd>
  
  
   <dt id="constant.php-windows-event-ctrl-break">
    <strong><code><a href="reserved.constants.php#constant.php-windows-event-ctrl-break">PHP_WINDOWS_EVENT_CTRL_BREAK</a></code></strong>
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Évènement Windows
     <kbd class="keycombo">
      <kbd class="keycap">CTRL</kbd>
      +<kbd class="keycap">BREAK</kbd>
     </kbd>.
     Disponible à partir de PHP 7.4.0 (Windows uniquement).
    </span>
   </dd>
  
  
   <dt id="constant.php-cli-process-title">
    <strong><code><a href="reserved.constants.php#constant.php-cli-process-title">PHP_CLI_PROCESS_TITLE</a></code></strong>
    (<span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Indique si le réglage et la récupération du titre du processus sont disponibles.
     Disponible uniquement sous le SAPI CLI.
    </span>
   </dd>
  
  
   <dt id="constant.stderr">
    <strong><code><a href="reserved.constants.php#constant.stderr">STDERR</a></code></strong>
    (<span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Un flux déjà ouvert vers <code class="literal">stderr</code>.
     Disponible uniquement sous le SAPI CLI.
    </span>
   </dd>
  
  
   <dt id="constant.stdin">
    <strong><code><a href="reserved.constants.php#constant.stdin">STDIN</a></code></strong>
    (<span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Un flux déjà ouvert vers <code class="literal">stdin</code>.
     Disponible uniquement sous le SAPI CLI.
    </span>
   </dd>
  
  
   <dt id="constant.stdout">
    <strong><code><a href="reserved.constants.php#constant.stdout">STDOUT</a></code></strong>
    (<span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     Un flux déjà ouvert vers <code class="literal">stdout</code>.
     Disponible uniquement sous le SAPI CLI.
    </span>
   </dd>
  
 </dl>
 <p class="simpara">
  Voir aussi les
  <a href="language.constants.magic.php" class="link">constantes magiques</a>.
 </p>
</div>


  




<div class="sect2" id="reserved.constants.standard">
 <h3 class="title">Constantes standards prédéfinies</h3>
 <p class="simpara">
  Toutes les constantes des <a href="extensions.membership.php#extensions.membership.core" class="link">extensions
  cœur</a> sont définies en PHP par défaut.
 </p>
</div>



 </div><?php manual_footer($setup); ?>