<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.uopz.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'uopz.constants.php',
    1 => '定義済み定数',
    2 => '定義済み定数',
  ),
  'up' => 
  array (
    0 => 'book.uopz.php',
    1 => 'uopz',
  ),
  'prev' => 
  array (
    0 => 'uopz.configuration.php',
    1 => '実行時設定',
  ),
  'next' => 
  array (
    0 => 'ref.uopz.php',
    1 => 'Uopz 関数',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/uopz/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="uopz.constants" class="appendix">
 <h1 class="title">定義済み定数</h1>

 <p class="simpara">
以下の定数が定義されています。
この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、
実行時に動的にロードされている場合のみ使用可能です。
</p>
 <p class="para">
 The following opcodes are defined as constants by uopz before 5.0.0:
 </p>
 <p class="para">
  <dl>
   
    <dt id="constant.zend-exit">
     <strong><code><a href="uopz.constants.php#constant.zend-exit">ZEND_EXIT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Invoked by exit() and die(), receives no arguments.
      Return boolean <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> to exit, <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> to continue
     </span>
    </dd>
   
   
    <dt id="constant.zend-new">
     <strong><code><a href="uopz.constants.php#constant.zend-new">ZEND_NEW</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Invoked by object construction,
      receives the class of object being created as the only argument
     </span>
    </dd>
   
   
    <dt id="constant.zend-throw">
     <strong><code><a href="uopz.constants.php#constant.zend-throw">ZEND_THROW</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Invoked by the throw construct,
      receives the class of exception being thrown as the only argument
     </span>
    </dd>
   
   
    <dt id="constant.zend-fetch-class">
     <strong><code><a href="uopz.constants.php#constant.zend-fetch-class">ZEND_FETCH_CLASS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Invoked upon composure,
      receives the class the name of the class being fetched as the only argument
     </span>
    </dd>
   
   
    <dt id="constant.zend-add-trait">
     <strong><code><a href="uopz.constants.php#constant.zend-add-trait">ZEND_ADD_TRAIT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Invoked upon composure,
      receives the class the trait is being added to as the first argument,
      and the name of the trait as the second argument
     </span>
    </dd>
   
   
    <dt id="constant.zend-add-interface">
     <strong><code><a href="uopz.constants.php#constant.zend-add-interface">ZEND_ADD_INTERFACE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Invoked upon composure,
      receives the class the interface is being added to as the first argument,
      and the name of the interface as the second argument
     </span>
    </dd>
   
   
    <dt id="constant.zend-instanceof">
     <strong><code><a href="uopz.constants.php#constant.zend-instanceof">ZEND_INSTANCEOF</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Invoked by instanceof operator,
      receives the object being verified as the first argument,
      and the name of the class which that object should be as the second argument
     </span>
    </dd>
   
  </dl>
 </p>
 <p class="para">
  The following constants control the VM&#039;s behaviour after a user handler is invoked,
  be extremely careful!
  These constants are removed as of uopz 5.0.0.
 </p>
 <p class="para">
  <dl>
   
    <dt id="constant.zend-user-opcode-continue">
     <strong><code><a href="uopz.constants.php#constant.zend-user-opcode-continue">ZEND_USER_OPCODE_CONTINUE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Advance 1 opcode and continuue
     </span>
    </dd>
   
   
    <dt id="constant.zend-user-opcode-enter">
     <strong><code><a href="uopz.constants.php#constant.zend-user-opcode-enter">ZEND_USER_OPCODE_ENTER</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Enter into new op_array without recursion
     </span>
    </dd>
   
   
    <dt id="constant.zend-user-opcode-leave">
     <strong><code><a href="uopz.constants.php#constant.zend-user-opcode-leave">ZEND_USER_OPCODE_LEAVE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Return to calling op_array within the same executor
     </span>
    </dd>
   
   
    <dt id="constant.zend-user-opcode-dispatch">
     <strong><code><a href="uopz.constants.php#constant.zend-user-opcode-dispatch">ZEND_USER_OPCODE_DISPATCH</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Dispatch to original opcode handler
     </span>
    </dd>
   
   
    <dt id="constant.zend-user-opcode-dispatch-to">
     <strong><code><a href="uopz.constants.php#constant.zend-user-opcode-dispatch-to">ZEND_USER_OPCODE_DISPATCH_TO</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Dispatch to a specific handler (OR&#039;d with ZEND opcode constant)
     </span>
    </dd>
   
   
    <dt id="constant.zend-user-opcode-return">
     <strong><code><a href="uopz.constants.php#constant.zend-user-opcode-return">ZEND_USER_OPCODE_RETURN</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Exit from executor (return from function)
     </span>
    </dd>
   
  </dl>
 </p>
 <p class="para">
  The following modifiers are registered as constants by uopz
 </p>
 <p class="para">
  <dl>
   
    <dt id="constant.zend-acc-public">
     <strong><code><a href="uopz.constants.php#constant.zend-acc-public">ZEND_ACC_PUBLIC</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Mark function as public, the default
     </span>
    </dd>
   
   
    <dt id="constant.zend-acc-protected">
     <strong><code><a href="uopz.constants.php#constant.zend-acc-protected">ZEND_ACC_PROTECTED</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Mark function as protected
     </span>
    </dd>
   
   
    <dt id="constant.zend-acc-private">
     <strong><code><a href="uopz.constants.php#constant.zend-acc-private">ZEND_ACC_PRIVATE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Mark function as private
     </span>
    </dd>
   
   
    <dt id="constant.zend-acc-static">
     <strong><code><a href="uopz.constants.php#constant.zend-acc-static">ZEND_ACC_STATIC</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Mark function as static
     </span>
    </dd>
   
   
    <dt id="constant.zend-acc-final">
     <strong><code><a href="uopz.constants.php#constant.zend-acc-final">ZEND_ACC_FINAL</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Mark function as final
     </span>
    </dd>
   
   
    <dt id="constant.zend-acc-abstract">
     <strong><code><a href="uopz.constants.php#constant.zend-acc-abstract">ZEND_ACC_ABSTRACT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Mark function as abstract
     </span>
    </dd>
   
   
    <dt id="constant.zend-acc-class">
     <strong><code><a href="uopz.constants.php#constant.zend-acc-class">ZEND_ACC_CLASS</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Dummy registered for consistency, the default kind of class entry.
      Removed as of uopz 5.0.0.
     </span>
    </dd>
   
   
    <dt id="constant.zend-acc-interface">
     <strong><code><a href="uopz.constants.php#constant.zend-acc-interface">ZEND_ACC_INTERFACE</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Mark class as interface.
      Removed as of uopz 5.0.0.
     </span>
    </dd>
   
   
    <dt id="constant.zend-acc-trait">
     <strong><code><a href="uopz.constants.php#constant.zend-acc-trait">ZEND_ACC_TRAIT</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Mark class as trait.
      Removed as of uopz 5.0.0.
     </span>
    </dd>
   
   
    <dt id="constant.zend-acc-fetch">
     <strong><code><a href="uopz.constants.php#constant.zend-acc-fetch">ZEND_ACC_FETCH</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Used for getting flags only.
      Removed as of uopz 5.0.0.
     </span>
    </dd>
   

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