<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/migration74.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'uk',
  ),
  'this' => 
  array (
    0 => 'migration74.new-classes.php',
    1 => 'New Classes and Interfaces',
    2 => 'New Classes and Interfaces',
  ),
  'up' => 
  array (
    0 => 'migration74.php',
    1 => 'Перехід від PHP 7.3.x до PHP 7.4.x',
  ),
  'prev' => 
  array (
    0 => 'migration74.new-features.php',
    1 => 'New Features',
  ),
  'next' => 
  array (
    0 => 'migration74.new-functions.php',
    1 => 'New Functions',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'appendices/migration74/new-classes.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="migration74.new-classes" class="sect1">
 <h2 class="title">New Classes and Interfaces</h2>

 <div class="sect2" id="migration74.new-classes.reflection">
  <h3 class="title">Reflection</h3>

  <ul class="itemizedlist">
   <li class="listitem">
    <span class="simpara">
     <span class="classname"><a href="class.reflectionreference.php" class="classname">ReflectionReference</a></span>
    </span>
   </li>
  </ul>
 </div>

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