mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-25 21:38:56 +00:00

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@323624 c90b9560-bf6c-de11-be94-00142212c4b1
1890 lines
40 KiB
XML
1890 lines
40 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<appendix xml:id="parsekit.constants" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.constants;
|
|
&extension.constants;
|
|
<para>
|
|
<variablelist>
|
|
<varlistentry xml:id="constant.parsekit-quiet">
|
|
<term>
|
|
<constant>PARSEKIT_QUIET</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Return full detail, but without unnecessary NULL entries.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-simple">
|
|
<term>
|
|
<constant>PARSEKIT_SIMPLE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Return shorthand opcode notation.
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-extended-value">
|
|
<term>
|
|
<constant>PARSEKIT_EXTENDED_VALUE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opnode Flag
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-result-const">
|
|
<term>
|
|
<constant>PARSEKIT_RESULT_CONST</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opnode Flag
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-result-ea-type">
|
|
<term>
|
|
<constant>PARSEKIT_RESULT_EA_TYPE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opnode Flag
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-result-jmp-addr">
|
|
<term>
|
|
<constant>PARSEKIT_RESULT_JMP_ADDR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opnode Flag
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-result-oparray">
|
|
<term>
|
|
<constant>PARSEKIT_RESULT_OPARRAY</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opnode Flag
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-result-opline">
|
|
<term>
|
|
<constant>PARSEKIT_RESULT_OPLINE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opnode Flag
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-result-var">
|
|
<term>
|
|
<constant>PARSEKIT_RESULT_VAR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opnode Flag
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-usage-unknown">
|
|
<term>
|
|
<constant>PARSEKIT_USAGE_UNKNOWN</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opnode Flag
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-internal-class">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_INTERNAL_CLASS</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Class Type
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-user-class">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_USER_CLASS</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Class Type
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-eval-code">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_EVAL_CODE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Function Type
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-internal-function">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_INTERNAL_FUNCTION</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Function Type
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-overloaded-function">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_OVERLOADED_FUNCTION</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Function Type
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-overloaded-function-temporary">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_OVERLOADED_FUNCTION_TEMPORARY</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Function Type
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-user-function">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_USER_FUNCTION</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Function Type
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-is-const">
|
|
<term>
|
|
<constant>PARSEKIT_IS_CONST</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Node Type
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-is-tmp-var">
|
|
<term>
|
|
<constant>PARSEKIT_IS_TMP_VAR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Node Type
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-is-unused">
|
|
<term>
|
|
<constant>PARSEKIT_IS_UNUSED</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Node Type
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-is-var">
|
|
<term>
|
|
<constant>PARSEKIT_IS_VAR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Node Type
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-add">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ADD</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-add-array-element">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ADD_ARRAY_ELEMENT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-add-char">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ADD_CHAR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-add-interface">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ADD_INTERFACE</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-add-string">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ADD_STRING</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-add-var">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ADD_VAR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-assign">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ASSIGN</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-assign-add">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ASSIGN_ADD</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-assign-bw-and">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ASSIGN_BW_AND</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-assign-bw-or">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ASSIGN_BW_OR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-assign-bw-xor">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ASSIGN_BW_XOR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-assign-concat">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ASSIGN_CONCAT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-assign-dim">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ASSIGN_DIM</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-assign-div">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ASSIGN_DIV</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-assign-mod">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ASSIGN_MOD</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-assign-mul">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ASSIGN_MUL</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-assign-obj">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ASSIGN_OBJ</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-assign-ref">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ASSIGN_REF</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-assign-sl">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ASSIGN_SL</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-assign-sr">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ASSIGN_SR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-assign-sub">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ASSIGN_SUB</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-begin-silence">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_BEGIN_SILENCE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-bool">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_BOOL</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-bool-not">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_BOOL_NOT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-bool-xor">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_BOOL_XOR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-brk">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_BRK</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-bw-and">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_BW_AND</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-bw-not">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_BW_NOT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-bw-or">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_BW_OR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-bw-xor">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_BW_XOR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-case">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_CASE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-cast">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_CAST</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-catch">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_CATCH</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-clone">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_CLONE</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-concat">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_CONCAT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-cont">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_CONT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-declare-class">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_DECLARE_CLASS</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-declare-function">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_DECLARE_FUNCTION</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-declare-inherited-class">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_DECLARE_INHERITED_CLASS</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-div">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_DIV</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-do-fcall">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_DO_FCALL</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-do-fcall-by-name">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_DO_FCALL_BY_NAME</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-echo">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ECHO</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-end-silence">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_END_SILENCE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-exit">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_EXIT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-ext-fcall-begin">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_EXT_FCALL_BEGIN</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-ext-fcall-end">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_EXT_FCALL_END</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-ext-nop">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_EXT_NOP</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-ext-stmt">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_EXT_STMT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-fetch-class">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_FETCH_CLASS</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-fetch-constant">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_FETCH_CONSTANT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-fetch-dim-func-arg">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_FETCH_DIM_FUNC_ARG</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-fetch-dim-is">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_FETCH_DIM_IS</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-fetch-dim-r">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_FETCH_DIM_R</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-fetch-dim-rw">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_FETCH_DIM_RW</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-fetch-dim-tmp-var">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_FETCH_DIM_TMP_VAR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-fetch-dim-unset">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_FETCH_DIM_UNSET</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-fetch-dim-w">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_FETCH_DIM_W</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-fetch-func-arg">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_FETCH_FUNC_ARG</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-fetch-is">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_FETCH_IS</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-fetch-obj-func-arg">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_FETCH_OBJ_FUNC_ARG</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-fetch-obj-is">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_FETCH_OBJ_IS</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-fetch-obj-r">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_FETCH_OBJ_R</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-fetch-obj-rw">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_FETCH_OBJ_RW</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-fetch-obj-unset">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_FETCH_OBJ_UNSET</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-fetch-obj-w">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_FETCH_OBJ_W</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-fetch-r">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_FETCH_R</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-fetch-rw">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_FETCH_RW</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-fetch-unset">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_FETCH_UNSET</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-fetch-w">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_FETCH_W</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-fe-fetch">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_FE_FETCH</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-fe-reset">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_FE_RESET</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-free">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_FREE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-handle-exception">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_HANDLE_EXCEPTION</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-import-class">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_IMPORT_CLASS</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-import-const">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_IMPORT_CONST</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-import-function">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_IMPORT_FUNCTION</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-include-or-eval">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_INCLUDE_OR_EVAL</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-init-array">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_INIT_ARRAY</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-init-ctor-call">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_INIT_CTOR_CALL</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-init-fcall-by-name">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_INIT_FCALL_BY_NAME</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-init-method-call">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_INIT_METHOD_CALL</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-init-static-method-call">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_INIT_STATIC_METHOD_CALL</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-init-string">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_INIT_STRING</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-instanceof">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_INSTANCEOF</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-isset-isempty">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ISSET_ISEMPTY</constant>
|
|
(<type>int</type>) PHP < 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-isset-isempty-dim-obj">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ISSET_ISEMPTY_DIM_OBJ</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-isset-isempty-prop-obj">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ISSET_ISEMPTY_PROP_OBJ</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-isset-isempty-var">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_ISSET_ISEMPTY_VAR</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-is-equal">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_IS_EQUAL</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-is-identical">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_IS_IDENTICAL</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-is-not-equal">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_IS_NOT_EQUAL</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-is-not-identical">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_IS_NOT_IDENTICAL</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-is-smaller">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_IS_SMALLER</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-is-smaller-or-equal">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_IS_SMALLER_OR_EQUAL</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-jmp">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_JMP</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-jmpnz">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_JMPNZ</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-jmpnz-ex">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_JMPNZ_EX</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-jmpz">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_JMPZ</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-jmpznz">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_JMPZNZ</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-jmpz-ex">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_JMPZ_EX</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-jmp-no-ctor">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_JMP_NO_CTOR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-mod">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_MOD</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-mul">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_MUL</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-new">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_NEW</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-nop">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_NOP</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-op-data">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_OP_DATA</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-post-dec">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_POST_DEC</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-post-dec-obj">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_POST_DEC_OBJ</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-post-inc">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_POST_INC</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-post-inc-obj">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_POST_INC_OBJ</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-pre-dec">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_PRE_DEC</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-pre-dec-obj">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_PRE_DEC_OBJ</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-pre-inc">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_PRE_INC</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-pre-inc-obj">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_PRE_INC_OBJ</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-print">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_PRINT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-qm-assign">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_QM_ASSIGN</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-raise-abstract-error">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_RAISE_ABSTRACT_ERROR</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-recv">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_RECV</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-recv-init">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_RECV_INIT</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-return">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_RETURN</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-send-ref">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_SEND_REF</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-send-val">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_SEND_VAL</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-send-var">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_SEND_VAR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-send-var-no-ref">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_SEND_VAR_NO_REF</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-sl">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_SL</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-sr">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_SR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-sub">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_SUB</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-switch-free">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_SWITCH_FREE</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-throw">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_THROW</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-ticks">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_TICKS</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-unset-dim-obj">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_UNSET_DIM_OBJ</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-unset-var">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_UNSET_VAR</constant>
|
|
(<type>int</type>)
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
<varlistentry xml:id="constant.parsekit-zend-verify-abstract-class">
|
|
<term>
|
|
<constant>PARSEKIT_ZEND_VERIFY_ABSTRACT_CLASS</constant>
|
|
(<type>int</type>) PHP >= 5.0.0
|
|
</term>
|
|
<listitem>
|
|
<simpara>
|
|
Opcode
|
|
</simpara>
|
|
</listitem>
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
</para>
|
|
</appendix>
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|