<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/class.error.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'error.clone.php',
    1 => 'Error::__clone',
    2 => 'エラーをクローンする',
  ),
  'up' => 
  array (
    0 => 'class.error.php',
    1 => 'Error',
  ),
  'prev' => 
  array (
    0 => 'error.tostring.php',
    1 => 'Error::__toString',
  ),
  'next' => 
  array (
    0 => 'class.argumentcounterror.php',
    1 => 'ArgumentCountError',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'language/predefined/error/clone.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="error.clone" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">Error::__clone</h1>
  <p class="verinfo">(PHP 7, PHP 8)</p><p class="refpurpose"><span class="refname">Error::__clone</span> &mdash; <span class="dc-title">エラーをクローンする</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-error.clone-description">
  <h3 class="title">説明</h3>
  <div class="methodsynopsis dc-description">
   <span class="modifier">private</span> <span class="methodname"><strong>Error::__clone</strong></span>(): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="para rdfs-comment">
   エラーはクローンできないので、このメソッドは 致命的なエラーとなります。
  </p>
 </div>

 
 <div class="refsect1 parameters" id="refsect1-error.clone-parameters">
  <h3 class="title">パラメータ</h3>
  <p class="para">この関数にはパラメータはありません。</p>
 </div>

 
 <div class="refsect1 returnvalues" id="refsect1-error.clone-returnvalues">
  <h3 class="title">戻り値</h3>
  <p class="para">
   値を返しません。
  </p>
 </div>


 <div class="refsect1 errors" id="refsect1-error.clone-errors">
  <h3 class="title">エラー / 例外</h3>
  <p class="para">
   エラーはクローン可能では<em>ありません</em>。
  </p>
 </div>


 <div class="refsect1 changelog" id="refsect1-error.clone-changelog">
  <h3 class="title">変更履歴</h3>
  <table class="doctable informaltable">
   
    <thead>
     <tr>
      <th>バージョン</th>
      <th>説明</th>
     </tr>

    </thead>

    <tbody class="tbody">
     <tr>
      <td>8.1.0</td>
      <td>
       <span class="methodname"><strong>Error::__clone()</strong></span> は、
       final ではなくなりました。
      </td>
     </tr>

    </tbody>
   
  </table>

 </div>

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