<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'reserved.classes.php',
    1 => 'Predefined Classes',
    2 => 'Predefined Classes',
  ),
  'up' => 
  array (
    0 => 'reserved.php',
    1 => 'List of Reserved Words',
  ),
  'prev' => 
  array (
    0 => 'reserved.keywords.php',
    1 => 'List of Keywords',
  ),
  'next' => 
  array (
    0 => 'reserved.constants.php',
    1 => 'Попередньо визначені константи',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'appendices/reserved.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="reserved.classes" class="sect1">
   <h2 class="title">Predefined Classes</h2>
   <p class="para">
    This section lists standard predefined classes. Miscellaneous extensions
    define other classes which are described in their reference.
   </p>

   <div class="sect2" id="reserved.classes.standard">
    <h3 class="title">Standard Defined Classes</h3>

    <p class="simpara">
     These classes are defined in the standard set of functions included
     in the PHP build.
    </p>

    <dl>
     
      <dt><span class="classname"><a href="class.directory.php" class="classname">Directory</a></span></dt>
      <dd>
       <span class="simpara">
        Created by <span class="function"><a href="function.dir.php" class="function">dir()</a></span>.
       </span>
      </dd>
     
     
      <dt><span class="classname"><a href="class.stdclass.php" class="classname">stdClass</a></span></dt>
      <dd>
       <span class="simpara">
        A generic empty class created as a result of
        <a href="language.types.object.php#language.types.object.casting" class="link">typecasting
        to object</a> or various standard functions.
       </span>
      </dd>
     
     
      <dt><span class="classname"><a href="class.php-incomplete-class.php" class="classname">__PHP_Incomplete_Class</a></span></dt>
      <dd>
       <span class="simpara">
        Possibly created by <span class="function"><a href="function.unserialize.php" class="function">unserialize()</a></span>.
       </span>
      </dd>
     
     
      <dt><span class="classname"><a href="class.exception.php" class="classname">Exception</a></span></dt>
      <dd>
       <span class="simpara">
       </span>
      </dd>
     
     
      <dt><span class="classname"><a href="class.errorexception.php" class="classname">ErrorException</a></span></dt>
      <dd>
       <span class="simpara">

       </span>
      </dd>
     
     
      <dt><span class="classname"><a href="class.php-user-filter.php" class="classname">php_user_filter</a></span></dt>
      <dd>
       <span class="simpara">
       </span>
      </dd>
     
     
      <dt><span class="classname"><a href="class.closure.php" class="classname">Closure</a></span></dt>
      <dd>
       <span class="simpara">
        The predefined final class <span class="classname"><a href="class.closure.php" class="classname">Closure</a></span>
        is used for representing <a href="functions.anonymous.php" class="link">anonymous functions</a>.
       </span>
      </dd>
     
     
      <dt><span class="classname"><a href="class.generator.php" class="classname">Generator</a></span></dt>
      <dd>
       <span class="simpara">
        The predefined final class <span class="classname"><a href="class.generator.php" class="classname">Generator</a></span>
        is used for representing <a href="language.generators.php" class="link">generators</a>.
       </span>
      </dd>
     
     
      <dt><span class="classname"><a href="class.arithmeticerror.php" class="classname">ArithmeticError</a></span></dt>
      <dd>
       <span class="simpara">
       </span>
      </dd>
     
     
      <dt><span class="classname"><a href="class.assertionerror.php" class="classname">AssertionError</a></span></dt>
      <dd>
       <span class="simpara">
       </span>
      </dd>
     
     
      <dt><span class="classname"><a href="class.divisionbyzeroerror.php" class="classname">DivisionByZeroError</a></span></dt>
      <dd>
       <span class="simpara">
       </span>
      </dd>
     
     
      <dt><span class="classname"><a href="class.error.php" class="classname">Error</a></span></dt>
      <dd>
       <span class="simpara">
       </span>
      </dd>
     
     
      <dt><span class="classname"><a href="class.throwable.php" class="classname">Throwable</a></span></dt>
      <dd>
       <span class="simpara">
       </span>
      </dd>
     
     
      <dt><span class="classname"><a href="class.parseerror.php" class="classname">ParseError</a></span></dt>
      <dd>
       <span class="simpara">
       </span>
      </dd>
     
     
      <dt><span class="classname"><a href="class.typeerror.php" class="classname">TypeError</a></span></dt>
      <dd>
       <span class="simpara">
       </span>
      </dd>
     
    </dl>
   </div>

   <div class="sect2" id="reserved.classes.special">
    <h3 class="title">Special classes</h3>
    
    <p class="simpara">
     Following identifiers may not be used as a class name as they have
     special purpose.
    </p>
    
    <dl>
     
      <dt><span class="classname"><strong class="classname">self</strong></span></dt>
      <dd>
       <span class="simpara">
        <a href="language.oop5.paamayim-nekudotayim.php" class="link">Current
        class</a>.
       </span>
      </dd>
     
     
      <dt><span class="classname"><strong class="classname">static</strong></span></dt>
      <dd>
       <span class="simpara">
        <a href="language.oop5.late-static-bindings.php" class="link">Current class in
        runtime</a>.
       </span>
      </dd>
     
     
      <dt><span class="classname"><strong class="classname">parent</strong></span></dt>
      <dd>
       <span class="simpara">
        <a href="language.oop5.paamayim-nekudotayim.php" class="link">Parent
        class</a>.
       </span>
      </dd>
     
    </dl>
   </div>

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