mark function as deprecated

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176300 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
val khokhlov 2005-01-02 16:06:06 +00:00
parent 78048f12db
commit 243e276206

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/bcompiler.xml, last change in rev 1.5 -->
<refentry id="function.bcompiler-parse-class">
<refnamediv>
@ -13,7 +13,12 @@
<methodparam><type>string</type><parameter>class</parameter></methodparam>
<methodparam><type>string</type><parameter>callback</parameter></methodparam>
</methodsynopsis>
&warn.experimental.func;
<note>
<para>
This function has been removed from bcompiler and is no
longer available as of bcompiler 0.5.
</para>
</note>
<para>
reads the bytecodes of a class and calls back to a user function
</para>