mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Update constants wrt. version availability
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@346886 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d0508409e5
commit
7146d83645
1 changed files with 10 additions and 5 deletions
|
@ -5,7 +5,7 @@
|
|||
&reftitle.constants;
|
||||
&extension.constants;
|
||||
<para>
|
||||
The following opcodes are defined as constants by uopz:
|
||||
The following opcodes are defined as constants by uopz before 5.0.0:
|
||||
</para>
|
||||
<para>
|
||||
<variablelist>
|
||||
|
@ -90,6 +90,7 @@
|
|||
</para>
|
||||
<para>
|
||||
The following constants control the VM's behaviour after a user handler is invoked, be extremely careful!
|
||||
These constants are removed as of uopz 5.0.0.
|
||||
</para>
|
||||
<para>
|
||||
<variablelist>
|
||||
|
@ -239,7 +240,8 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Dummy registered for consistency, the default kind of class entry
|
||||
Dummy registered for consistency, the default kind of class entry.
|
||||
Removed as of uopz 5.0.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -250,7 +252,8 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Mark class as interface
|
||||
Mark class as interface.
|
||||
Removed as of uopz 5.0.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -261,7 +264,8 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Mark class as trait
|
||||
Mark class as trait.
|
||||
Removed as of uopz 5.0.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
@ -272,7 +276,8 @@
|
|||
</term>
|
||||
<listitem>
|
||||
<simpara>
|
||||
Used for getting flags only
|
||||
Used for getting flags only.
|
||||
Removed as of uopz 5.0.0.
|
||||
</simpara>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
|
Loading…
Reference in a new issue