hholzgra                Sat Jan 14 15:25:27 2006 UTC

  Modified files:              
    /phpdoc/scripts     zendapi_macros.php 
    /phpdoc/en/internals/zendapi/macros Z_OBJ_CLASS_NAME_P.xml 
  Log:
  zend_execute.h added for Z_OBJ_CLASS_NAME_P
  
  
http://cvs.php.net/viewcvs.cgi/phpdoc/scripts/zendapi_macros.php?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/scripts/zendapi_macros.php
diff -u phpdoc/scripts/zendapi_macros.php:1.1 
phpdoc/scripts/zendapi_macros.php:1.2
--- phpdoc/scripts/zendapi_macros.php:1.1       Sat Jan 14 15:12:16 2006
+++ phpdoc/scripts/zendapi_macros.php   Sat Jan 14 15:25:26 2006
@@ -10,7 +10,8 @@
                             "zend_list.h", 
                             "zend_variables.h",
                             "zend_unicode.h",
-                                                       "zend_operators.h");
+                                                       "zend_operators.h",
+                                                       "zend_execute.h");
 
 $macro_prefixes = array("ZEND_", "Z_", "RETURN_");
 
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/zendapi/macros/Z_OBJ_CLASS_NAME_P.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/zendapi/macros/Z_OBJ_CLASS_NAME_P.xml
diff -u phpdoc/en/internals/zendapi/macros/Z_OBJ_CLASS_NAME_P.xml:1.1 
phpdoc/en/internals/zendapi/macros/Z_OBJ_CLASS_NAME_P.xml:1.2
--- phpdoc/en/internals/zendapi/macros/Z_OBJ_CLASS_NAME_P.xml:1.1       Sat Jan 
14 13:13:23 2006
+++ phpdoc/en/internals/zendapi/macros/Z_OBJ_CLASS_NAME_P.xml   Sat Jan 14 
15:25:27 2006
@@ -1,21 +1,45 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
-<refentry id="zend-api-macro.Z-OBJ-CLASS-NAME-P">
+<!-- $Revision: 1.2 $ -->
+<refentry id="zend-macro.Z-OBJ-CLASS-NAME-P">
  <refnamediv>
   <refname>Z_OBJ_CLASS_NAME_P</refname>
-  <refpurpose></refpurpose>
+  <refpurpose>...</refpurpose>
  </refnamediv>
 
  <refsect1 role="description">
-  &reftitle.description;
-  <literallayout>#include &lt;zend_operators.h&gt;</literallayout>
+  &reftitle.description;                 
   <methodsynopsis>
-   <type>void</type><methodname>Z_OBJ_CLASS_NAME_P</methodname>
-    <void/>
+   <type>???</type><methodname>Z_OBJ_CLASS_NAME_P</methodname>
+    <methodparam><type>???</type><parameter>zval</parameter></methodparam>
   </methodsynopsis>
   <para>
+   ...
   </para>
  </refsect1>
+
+ <refsect1 role="parameters">
+  &reftitle.parameters;
+  <para>
+   <variablelist>
+    <varlistentry>
+     <term><parameter>zval</parameter></term>
+     <listitem>
+      <para>
+       ...
+      </para>
+     </listitem>
+    </varlistentry>
+   </variablelist>
+  </para>
+ </refsect1>
+
+ <refsect1 role="returnvalues">
+  &reftitle.returnvalues;
+  <para>
+   ...
+  </para>
+ </refsect1>
+
 </refentry>
 
 <!-- Keep this comment at the end of the file

Reply via email to