<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/language.constants.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'language.constants.predefined.php',
    1 => 'Predefined constants',
    2 => 'Predefined constants',
  ),
  'up' => 
  array (
    0 => 'language.constants.php',
    1 => 'Constants',
  ),
  'prev' => 
  array (
    0 => 'language.constants.syntax.php',
    1 => 'Syntax',
  ),
  'next' => 
  array (
    0 => 'language.constants.magic.php',
    1 => 'Magic constants',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'language/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="language.constants.predefined" class="sect1">
   <h2 class="title">Predefined constants</h2>

   <p class="simpara">
    PHP provides a large number of <a href="reserved.constants.php" class="link">predefined constants</a> to any script
    which it runs. Many of these constants, however, are created by
    various extensions, and will only be present when those extensions
    are available, either via dynamic loading or because they have
    been compiled in.
   </p>
  </div><?php manual_footer($setup); ?>