Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 10139

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Predefined Constants</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="parsekit.resources.html">Resource Types</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="ref.parsekit.html">Parsekit Functions</a></div>
 <div class="up"><a href="book.parsekit.html">Parsekit</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="parsekit.constants" class="appendix">
 <h1>Predefined Constants</h1>

 <p class="simpara">
The constants below are defined by this extension, and
will only be available when the extension has either
been compiled into PHP or dynamically loaded at runtime.
</p>
 <p class="para">
  <dl>

   <dt id="constant.parsekit-quiet">
    <span class="term">
     <strong><code>PARSEKIT_QUIET</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>)
    </span>
    <dd>

     <span class="simpara">
      Return full detail, but without unnecessary NULL entries.
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-simple">
    <span class="term">
     <strong><code>PARSEKIT_SIMPLE</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>)
    </span>
    <dd>

     <span class="simpara">
      Return shorthand opcode notation.
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-extended-value">
    <span class="term">
     <strong><code>PARSEKIT_EXTENDED_VALUE</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opnode Flag
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-result-const">
    <span class="term">
     <strong><code>PARSEKIT_RESULT_CONST</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opnode Flag
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-result-ea-type">
    <span class="term">
     <strong><code>PARSEKIT_RESULT_EA_TYPE</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opnode Flag
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-result-jmp-addr">
    <span class="term">
     <strong><code>PARSEKIT_RESULT_JMP_ADDR</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opnode Flag
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-result-oparray">
    <span class="term">
     <strong><code>PARSEKIT_RESULT_OPARRAY</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opnode Flag
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-result-opline">
    <span class="term">
     <strong><code>PARSEKIT_RESULT_OPLINE</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opnode Flag
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-result-var">
    <span class="term">
     <strong><code>PARSEKIT_RESULT_VAR</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opnode Flag
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-usage-unknown">
    <span class="term">
     <strong><code>PARSEKIT_USAGE_UNKNOWN</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opnode Flag
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-internal-class">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_INTERNAL_CLASS</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Class Type
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-user-class">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_USER_CLASS</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Class Type
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-eval-code">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_EVAL_CODE</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Function Type
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-internal-function">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_INTERNAL_FUNCTION</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Function Type
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-overloaded-function">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_OVERLOADED_FUNCTION</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Function Type
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-overloaded-function-temporary">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_OVERLOADED_FUNCTION_TEMPORARY</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Function Type
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-user-function">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_USER_FUNCTION</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Function Type
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-is-const">
    <span class="term">
     <strong><code>PARSEKIT_IS_CONST</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Node Type
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-is-tmp-var">
    <span class="term">
     <strong><code>PARSEKIT_IS_TMP_VAR</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Node Type
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-is-unused">
    <span class="term">
     <strong><code>PARSEKIT_IS_UNUSED</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Node Type
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-is-var">
    <span class="term">
     <strong><code>PARSEKIT_IS_VAR</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Node Type
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-add">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ADD</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-add-array-element">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ADD_ARRAY_ELEMENT</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-add-char">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ADD_CHAR</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-add-interface">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ADD_INTERFACE</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-add-string">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ADD_STRING</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-add-var">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ADD_VAR</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-assign">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ASSIGN</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-assign-add">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ASSIGN_ADD</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-assign-bw-and">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ASSIGN_BW_AND</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-assign-bw-or">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ASSIGN_BW_OR</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-assign-bw-xor">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ASSIGN_BW_XOR</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-assign-concat">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ASSIGN_CONCAT</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-assign-dim">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ASSIGN_DIM</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-assign-div">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ASSIGN_DIV</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-assign-mod">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ASSIGN_MOD</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-assign-mul">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ASSIGN_MUL</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-assign-obj">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ASSIGN_OBJ</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-assign-ref">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ASSIGN_REF</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-assign-sl">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ASSIGN_SL</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-assign-sr">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ASSIGN_SR</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-assign-sub">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ASSIGN_SUB</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-begin-silence">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_BEGIN_SILENCE</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-bool">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_BOOL</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-bool-not">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_BOOL_NOT</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-bool-xor">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_BOOL_XOR</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-brk">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_BRK</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-bw-and">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_BW_AND</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-bw-not">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_BW_NOT</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-bw-or">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_BW_OR</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-bw-xor">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_BW_XOR</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-case">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_CASE</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-cast">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_CAST</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-catch">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_CATCH</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-clone">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_CLONE</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-concat">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_CONCAT</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-cont">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_CONT</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-declare-class">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_DECLARE_CLASS</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-declare-function">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_DECLARE_FUNCTION</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-declare-inherited-class">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_DECLARE_INHERITED_CLASS</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-div">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_DIV</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-do-fcall">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_DO_FCALL</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-do-fcall-by-name">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_DO_FCALL_BY_NAME</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-echo">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ECHO</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-end-silence">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_END_SILENCE</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-exit">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_EXIT</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-ext-fcall-begin">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_EXT_FCALL_BEGIN</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-ext-fcall-end">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_EXT_FCALL_END</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-ext-nop">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_EXT_NOP</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-ext-stmt">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_EXT_STMT</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-fetch-class">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_FETCH_CLASS</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-fetch-constant">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_FETCH_CONSTANT</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-fetch-dim-func-arg">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_FETCH_DIM_FUNC_ARG</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-fetch-dim-is">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_FETCH_DIM_IS</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-fetch-dim-r">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_FETCH_DIM_R</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-fetch-dim-rw">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_FETCH_DIM_RW</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-fetch-dim-tmp-var">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_FETCH_DIM_TMP_VAR</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-fetch-dim-unset">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_FETCH_DIM_UNSET</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-fetch-dim-w">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_FETCH_DIM_W</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-fetch-func-arg">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_FETCH_FUNC_ARG</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-fetch-is">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_FETCH_IS</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-fetch-obj-func-arg">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_FETCH_OBJ_FUNC_ARG</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-fetch-obj-is">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_FETCH_OBJ_IS</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-fetch-obj-r">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_FETCH_OBJ_R</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-fetch-obj-rw">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_FETCH_OBJ_RW</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-fetch-obj-unset">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_FETCH_OBJ_UNSET</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-fetch-obj-w">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_FETCH_OBJ_W</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-fetch-r">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_FETCH_R</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-fetch-rw">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_FETCH_RW</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-fetch-unset">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_FETCH_UNSET</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-fetch-w">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_FETCH_W</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-fe-fetch">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_FE_FETCH</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-fe-reset">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_FE_RESET</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-free">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_FREE</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-handle-exception">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_HANDLE_EXCEPTION</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-import-class">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_IMPORT_CLASS</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-import-const">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_IMPORT_CONST</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-import-function">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_IMPORT_FUNCTION</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-include-or-eval">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_INCLUDE_OR_EVAL</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-init-array">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_INIT_ARRAY</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-init-ctor-call">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_INIT_CTOR_CALL</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-init-fcall-by-name">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_INIT_FCALL_BY_NAME</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-init-method-call">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_INIT_METHOD_CALL</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-init-static-method-call">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_INIT_STATIC_METHOD_CALL</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-init-string">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_INIT_STRING</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-instanceof">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_INSTANCEOF</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-isset-isempty">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ISSET_ISEMPTY</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &lt; 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-isset-isempty-dim-obj">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ISSET_ISEMPTY_DIM_OBJ</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-isset-isempty-prop-obj">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ISSET_ISEMPTY_PROP_OBJ</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-isset-isempty-var">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_ISSET_ISEMPTY_VAR</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-is-equal">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_IS_EQUAL</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-is-identical">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_IS_IDENTICAL</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-is-not-equal">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_IS_NOT_EQUAL</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-is-not-identical">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_IS_NOT_IDENTICAL</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-is-smaller">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_IS_SMALLER</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-is-smaller-or-equal">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_IS_SMALLER_OR_EQUAL</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-jmp">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_JMP</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-jmpnz">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_JMPNZ</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-jmpnz-ex">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_JMPNZ_EX</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-jmpz">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_JMPZ</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-jmpznz">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_JMPZNZ</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-jmpz-ex">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_JMPZ_EX</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-jmp-no-ctor">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_JMP_NO_CTOR</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-mod">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_MOD</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-mul">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_MUL</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-new">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_NEW</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-nop">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_NOP</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-op-data">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_OP_DATA</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-post-dec">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_POST_DEC</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-post-dec-obj">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_POST_DEC_OBJ</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-post-inc">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_POST_INC</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-post-inc-obj">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_POST_INC_OBJ</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-pre-dec">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_PRE_DEC</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-pre-dec-obj">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_PRE_DEC_OBJ</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-pre-inc">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_PRE_INC</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-pre-inc-obj">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_PRE_INC_OBJ</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-print">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_PRINT</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-qm-assign">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_QM_ASSIGN</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-raise-abstract-error">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_RAISE_ABSTRACT_ERROR</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-recv">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_RECV</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-recv-init">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_RECV_INIT</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-return">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_RETURN</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-send-ref">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_SEND_REF</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-send-val">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_SEND_VAL</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-send-var">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_SEND_VAR</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-send-var-no-ref">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_SEND_VAR_NO_REF</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-sl">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_SL</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-sr">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_SR</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-sub">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_SUB</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-switch-free">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_SWITCH_FREE</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-throw">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_THROW</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-ticks">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_TICKS</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-unset-dim-obj">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_UNSET_DIM_OBJ</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-unset-var">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_UNSET_VAR</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) 
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


   <dt id="constant.parsekit-zend-verify-abstract-class">
    <span class="term">
     <strong><code>PARSEKIT_ZEND_VERIFY_ABSTRACT_CLASS</code></strong>
     (<span class="type"><a href="language.types.integer.html" class="type int">int</a></span>) PHP &gt;= 5.0.0
    </span>
    <dd>

     <span class="simpara">
      Opcode
     </span>
    </dd>

   </dt>


  </dl>

 </p>
</div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="parsekit.resources.html">Resource Types</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="ref.parsekit.html">Parsekit Functions</a></div>
 <div class="up"><a href="book.parsekit.html">Parsekit</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>