hholzgra                Sat Jan 14 23:36:20 2006 UTC

  Modified files:              
    /phpdoc/en/internals/tsrm/functions tsrm_error.xml 
                                        virtual_access.xml 
                                        virtual_chdir.xml 
                                        virtual_chdir_file.xml 
                                        virtual_chmod.xml 
                                        virtual_chown.xml 
                                        virtual_creat.xml 
                                        virtual_file_ex.xml 
                                        virtual_filepath.xml 
                                        virtual_filepath_ex.xml 
                                        virtual_fopen.xml 
                                        virtual_getcwd.xml 
                                        virtual_getcwd_ex.xml 
                                        virtual_lstat.xml 
                                        virtual_mkdir.xml 
                                        virtual_open.xml 
                                        virtual_opendir.xml 
                                        virtual_popen.xml 
                                        virtual_realpath.xml 
                                        virtual_rename.xml 
                                        virtual_rmdir.xml 
                                        virtual_stat.xml 
                                        virtual_unlink.xml 
                                        virtual_utime.xml 
  Log:
  proto fixes (name/type mangling)
  
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/tsrm_error.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/tsrm_error.xml
diff -u phpdoc/en/internals/tsrm/functions/tsrm_error.xml:1.1 
phpdoc/en/internals/tsrm/functions/tsrm_error.xml:1.2
--- phpdoc/en/internals/tsrm/functions/tsrm_error.xml:1.1       Sat Jan 14 
23:10:20 2006
+++ phpdoc/en/internals/tsrm/functions/tsrm_error.xml   Sat Jan 14 23:36:19 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-api.tsrm-error">
  <refnamediv>
   <refname>tsrm_error</refname>
@@ -12,7 +12,7 @@
   <methodsynopsis>
    <type>int</type><methodname>tsrm_error</methodname>
     <methodparam><type>int</type><parameter>level</parameter></methodparam>
-    <methodparam><type>const</type><parameter>char 
*format</parameter></methodparam>
+    <methodparam><type>const 
char*</type><parameter>format</parameter></methodparam>
     <methodparam><type></type><parameter>...</parameter></methodparam>
   </methodsynopsis>
   <para>
@@ -33,7 +33,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>char *format</parameter></term>
+     <term><parameter>format</parameter></term>
      <listitem>
       <para>
        ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_access.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_access.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_access.xml:1.1 
phpdoc/en/internals/tsrm/functions/virtual_access.xml:1.2
--- phpdoc/en/internals/tsrm/functions/virtual_access.xml:1.1   Sat Jan 14 
23:10:20 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_access.xml       Sat Jan 14 
23:36:19 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-api.virtual-access">
  <refnamediv>
   <refname>virtual_access</refname>
@@ -11,8 +11,8 @@
   <literallayout>#include &lt;tsrm_virtual_cwd.h&gt;</literallayout>
   <methodsynopsis>
    <type>int</type><methodname>virtual_access</methodname>
-    <methodparam><type>const</type><parameter>char 
*pathname</parameter></methodparam>
-    <methodparam><type>int</type><parameter>mode 
TSRMLS_DC</parameter></methodparam>
+    <methodparam><type>const 
char*</type><parameter>pathname</parameter></methodparam>
+    <methodparam><type>int 
mode</type><parameter>TSRMLS_DC</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
@@ -24,7 +24,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>char *pathname</parameter></term>
+     <term><parameter>pathname</parameter></term>
      <listitem>
       <para>
        ...
@@ -32,7 +32,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>mode TSRMLS_DC</parameter></term>
+     <term><parameter>TSRMLS_DC</parameter></term>
      <listitem>
       <para>
        ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_chdir.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_chdir.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_chdir.xml:1.1 
phpdoc/en/internals/tsrm/functions/virtual_chdir.xml:1.2
--- phpdoc/en/internals/tsrm/functions/virtual_chdir.xml:1.1    Sat Jan 14 
23:10:20 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_chdir.xml        Sat Jan 14 
23:36:19 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-api.virtual-chdir">
  <refnamediv>
   <refname>virtual_chdir</refname>
@@ -11,7 +11,7 @@
   <literallayout>#include &lt;tsrm_virtual_cwd.h&gt;</literallayout>
   <methodsynopsis>
    <type>int</type><methodname>virtual_chdir</methodname>
-    <methodparam><type>const</type><parameter>char *path 
TSRMLS_DC</parameter></methodparam>
+    <methodparam><type>const char 
*path</type><parameter>TSRMLS_DC</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
@@ -23,7 +23,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>char *path TSRMLS_DC</parameter></term>
+     <term><parameter>TSRMLS_DC</parameter></term>
      <listitem>
       <para>
        ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_chdir_file.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_chdir_file.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_chdir_file.xml:1.1 
phpdoc/en/internals/tsrm/functions/virtual_chdir_file.xml:1.2
--- phpdoc/en/internals/tsrm/functions/virtual_chdir_file.xml:1.1       Sat Jan 
14 23:10:21 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_chdir_file.xml   Sat Jan 14 
23:36:19 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-api.virtual-chdir-file">
  <refnamediv>
   <refname>virtual_chdir_file</refname>
@@ -11,8 +11,8 @@
   <literallayout>#include &lt;tsrm_virtual_cwd.h&gt;</literallayout>
   <methodsynopsis>
    <type>int</type><methodname>virtual_chdir_file</methodname>
-    <methodparam><type>const</type><parameter>char 
*path</parameter></methodparam>
-    <methodparam><type>int</type><parameter>(*p_chdir)(const char *path 
TSRMLS_DC) TSRMLS_DC</parameter></methodparam>
+    <methodparam><type>const 
char*</type><parameter>path</parameter></methodparam>
+    <methodparam><type>int (*p_chdir)(const char *path 
TSRMLS_DC)</type><parameter>TSRMLS_DC</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
@@ -24,7 +24,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>char *path</parameter></term>
+     <term><parameter>path</parameter></term>
      <listitem>
       <para>
        ...
@@ -32,7 +32,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>(*p_chdir)(const char *path TSRMLS_DC) 
TSRMLS_DC</parameter></term>
+     <term><parameter>TSRMLS_DC</parameter></term>
      <listitem>
       <para>
        ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_chmod.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_chmod.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_chmod.xml:1.1 
phpdoc/en/internals/tsrm/functions/virtual_chmod.xml:1.2
--- phpdoc/en/internals/tsrm/functions/virtual_chmod.xml:1.1    Sat Jan 14 
23:10:21 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_chmod.xml        Sat Jan 14 
23:36:19 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-api.virtual-chmod">
  <refnamediv>
   <refname>virtual_chmod</refname>
@@ -11,8 +11,8 @@
   <literallayout>#include &lt;tsrm_virtual_cwd.h&gt;</literallayout>
   <methodsynopsis>
    <type>int</type><methodname>virtual_chmod</methodname>
-    <methodparam><type>const</type><parameter>char 
*filename</parameter></methodparam>
-    <methodparam><type>mode_t</type><parameter>mode 
TSRMLS_DC</parameter></methodparam>
+    <methodparam><type>const 
char*</type><parameter>filename</parameter></methodparam>
+    <methodparam><type>mode_t 
mode</type><parameter>TSRMLS_DC</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
@@ -24,7 +24,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>char *filename</parameter></term>
+     <term><parameter>filename</parameter></term>
      <listitem>
       <para>
        ...
@@ -32,7 +32,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>mode TSRMLS_DC</parameter></term>
+     <term><parameter>TSRMLS_DC</parameter></term>
      <listitem>
       <para>
        ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_chown.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_chown.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_chown.xml:1.1 
phpdoc/en/internals/tsrm/functions/virtual_chown.xml:1.2
--- phpdoc/en/internals/tsrm/functions/virtual_chown.xml:1.1    Sat Jan 14 
23:10:21 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_chown.xml        Sat Jan 14 
23:36:19 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-api.virtual-chown">
  <refnamediv>
   <refname>virtual_chown</refname>
@@ -11,10 +11,10 @@
   <literallayout>#include &lt;tsrm_virtual_cwd.h&gt;</literallayout>
   <methodsynopsis>
    <type>int</type><methodname>virtual_chown</methodname>
-    <methodparam><type>const</type><parameter>char 
*filename</parameter></methodparam>
+    <methodparam><type>const 
char*</type><parameter>filename</parameter></methodparam>
     <methodparam><type>uid_t</type><parameter>owner</parameter></methodparam>
     <methodparam><type>gid_t</type><parameter>group</parameter></methodparam>
-    <methodparam><type>int</type><parameter>link 
TSRMLS_DC</parameter></methodparam>
+    <methodparam><type>int 
link</type><parameter>TSRMLS_DC</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
@@ -26,7 +26,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>char *filename</parameter></term>
+     <term><parameter>filename</parameter></term>
      <listitem>
       <para>
        ...
@@ -50,7 +50,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>link TSRMLS_DC</parameter></term>
+     <term><parameter>TSRMLS_DC</parameter></term>
      <listitem>
       <para>
        ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_creat.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_creat.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_creat.xml:1.1 
phpdoc/en/internals/tsrm/functions/virtual_creat.xml:1.2
--- phpdoc/en/internals/tsrm/functions/virtual_creat.xml:1.1    Sat Jan 14 
23:10:21 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_creat.xml        Sat Jan 14 
23:36:19 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-api.virtual-creat">
  <refnamediv>
   <refname>virtual_creat</refname>
@@ -11,8 +11,8 @@
   <literallayout>#include &lt;tsrm_virtual_cwd.h&gt;</literallayout>
   <methodsynopsis>
    <type>int</type><methodname>virtual_creat</methodname>
-    <methodparam><type>const</type><parameter>char 
*path</parameter></methodparam>
-    <methodparam><type>mode_t</type><parameter>mode 
TSRMLS_DC</parameter></methodparam>
+    <methodparam><type>const 
char*</type><parameter>path</parameter></methodparam>
+    <methodparam><type>mode_t 
mode</type><parameter>TSRMLS_DC</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
@@ -24,7 +24,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>char *path</parameter></term>
+     <term><parameter>path</parameter></term>
      <listitem>
       <para>
        ...
@@ -32,7 +32,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>mode TSRMLS_DC</parameter></term>
+     <term><parameter>TSRMLS_DC</parameter></term>
      <listitem>
       <para>
        ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_file_ex.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_file_ex.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_file_ex.xml:1.1 
phpdoc/en/internals/tsrm/functions/virtual_file_ex.xml:1.2
--- phpdoc/en/internals/tsrm/functions/virtual_file_ex.xml:1.1  Sat Jan 14 
23:10:21 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_file_ex.xml      Sat Jan 14 
23:36:19 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-api.virtual-file-ex">
  <refnamediv>
   <refname>virtual_file_ex</refname>
@@ -12,7 +12,7 @@
   <methodsynopsis>
    <type>int</type><methodname>virtual_file_ex</methodname>
     
<methodparam><type>cwd_state*</type><parameter>state</parameter></methodparam>
-    <methodparam><type>const</type><parameter>char 
*path</parameter></methodparam>
+    <methodparam><type>const 
char*</type><parameter>path</parameter></methodparam>
     
<methodparam><type>verify_path_func</type><parameter>verify_path</parameter></methodparam>
     
<methodparam><type>int</type><parameter>use_realpath</parameter></methodparam>
   </methodsynopsis>
@@ -34,7 +34,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>char *path</parameter></term>
+     <term><parameter>path</parameter></term>
      <listitem>
       <para>
        ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_filepath.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_filepath.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_filepath.xml:1.1 
phpdoc/en/internals/tsrm/functions/virtual_filepath.xml:1.2
--- phpdoc/en/internals/tsrm/functions/virtual_filepath.xml:1.1 Sat Jan 14 
23:10:21 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_filepath.xml     Sat Jan 14 
23:36:19 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-api.virtual-filepath">
  <refnamediv>
   <refname>virtual_filepath</refname>
@@ -11,8 +11,8 @@
   <literallayout>#include &lt;tsrm_virtual_cwd.h&gt;</literallayout>
   <methodsynopsis>
    <type>int</type><methodname>virtual_filepath</methodname>
-    <methodparam><type>const</type><parameter>char 
*path</parameter></methodparam>
-    <methodparam><type>char**</type><parameter>filepath 
TSRMLS_DC</parameter></methodparam>
+    <methodparam><type>const 
char*</type><parameter>path</parameter></methodparam>
+    <methodparam><type>char 
**filepath</type><parameter>TSRMLS_DC</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
@@ -24,7 +24,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>char *path</parameter></term>
+     <term><parameter>path</parameter></term>
      <listitem>
       <para>
        ...
@@ -32,7 +32,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>filepath TSRMLS_DC</parameter></term>
+     <term><parameter>TSRMLS_DC</parameter></term>
      <listitem>
       <para>
        ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_filepath_ex.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_filepath_ex.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_filepath_ex.xml:1.1 
phpdoc/en/internals/tsrm/functions/virtual_filepath_ex.xml:1.2
--- phpdoc/en/internals/tsrm/functions/virtual_filepath_ex.xml:1.1      Sat Jan 
14 23:10:21 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_filepath_ex.xml  Sat Jan 14 
23:36:19 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-api.virtual-filepath-ex">
  <refnamediv>
   <refname>virtual_filepath_ex</refname>
@@ -11,9 +11,9 @@
   <literallayout>#include &lt;tsrm_virtual_cwd.h&gt;</literallayout>
   <methodsynopsis>
    <type>int</type><methodname>virtual_filepath_ex</methodname>
-    <methodparam><type>const</type><parameter>char 
*path</parameter></methodparam>
+    <methodparam><type>const 
char*</type><parameter>path</parameter></methodparam>
     
<methodparam><type>char**</type><parameter>filepath</parameter></methodparam>
-    <methodparam><type>verify_path_func</type><parameter>verify_path 
TSRMLS_DC</parameter></methodparam>
+    <methodparam><type>verify_path_func 
verify_path</type><parameter>TSRMLS_DC</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
@@ -25,7 +25,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>char *path</parameter></term>
+     <term><parameter>path</parameter></term>
      <listitem>
       <para>
        ...
@@ -41,7 +41,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>verify_path TSRMLS_DC</parameter></term>
+     <term><parameter>TSRMLS_DC</parameter></term>
      <listitem>
       <para>
        ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_fopen.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_fopen.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_fopen.xml:1.1 
phpdoc/en/internals/tsrm/functions/virtual_fopen.xml:1.2
--- phpdoc/en/internals/tsrm/functions/virtual_fopen.xml:1.1    Sat Jan 14 
23:10:21 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_fopen.xml        Sat Jan 14 
23:36:19 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-api.virtual-fopen">
  <refnamediv>
   <refname>virtual_fopen</refname>
@@ -11,8 +11,8 @@
   <literallayout>#include &lt;tsrm_virtual_cwd.h&gt;</literallayout>
   <methodsynopsis>
    <type>FILE*</type><methodname>virtual_fopen</methodname>
-    <methodparam><type>const</type><parameter>char 
*path</parameter></methodparam>
-    <methodparam><type>const</type><parameter>char *mode 
TSRMLS_DC</parameter></methodparam>
+    <methodparam><type>const 
char*</type><parameter>path</parameter></methodparam>
+    <methodparam><type>const char 
*mode</type><parameter>TSRMLS_DC</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
@@ -24,7 +24,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>char *path</parameter></term>
+     <term><parameter>path</parameter></term>
      <listitem>
       <para>
        ...
@@ -32,7 +32,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>char *mode TSRMLS_DC</parameter></term>
+     <term><parameter>TSRMLS_DC</parameter></term>
      <listitem>
       <para>
        ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_getcwd.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_getcwd.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_getcwd.xml:1.1 
phpdoc/en/internals/tsrm/functions/virtual_getcwd.xml:1.2
--- phpdoc/en/internals/tsrm/functions/virtual_getcwd.xml:1.1   Sat Jan 14 
23:10:21 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_getcwd.xml       Sat Jan 14 
23:36:19 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-api.virtual-getcwd">
  <refnamediv>
   <refname>virtual_getcwd</refname>
@@ -12,7 +12,7 @@
   <methodsynopsis>
    <type>char*</type><methodname>virtual_getcwd</methodname>
     <methodparam><type>char*</type><parameter>buf</parameter></methodparam>
-    <methodparam><type>size_t</type><parameter>size 
TSRMLS_DC</parameter></methodparam>
+    <methodparam><type>size_t 
size</type><parameter>TSRMLS_DC</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
@@ -32,7 +32,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>size TSRMLS_DC</parameter></term>
+     <term><parameter>TSRMLS_DC</parameter></term>
      <listitem>
       <para>
        ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_getcwd_ex.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_getcwd_ex.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_getcwd_ex.xml:1.1 
phpdoc/en/internals/tsrm/functions/virtual_getcwd_ex.xml:1.2
--- phpdoc/en/internals/tsrm/functions/virtual_getcwd_ex.xml:1.1        Sat Jan 
14 23:10:21 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_getcwd_ex.xml    Sat Jan 14 
23:36:19 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-api.virtual-getcwd-ex">
  <refnamediv>
   <refname>virtual_getcwd_ex</refname>
@@ -11,7 +11,7 @@
   <literallayout>#include &lt;tsrm_virtual_cwd.h&gt;</literallayout>
   <methodsynopsis>
    <type>char*</type><methodname>virtual_getcwd_ex</methodname>
-    <methodparam><type>size_t*</type><parameter>length 
TSRMLS_DC</parameter></methodparam>
+    <methodparam><type>size_t 
*length</type><parameter>TSRMLS_DC</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
@@ -23,7 +23,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>length TSRMLS_DC</parameter></term>
+     <term><parameter>TSRMLS_DC</parameter></term>
      <listitem>
       <para>
        ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_lstat.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_lstat.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_lstat.xml:1.1 
phpdoc/en/internals/tsrm/functions/virtual_lstat.xml:1.2
--- phpdoc/en/internals/tsrm/functions/virtual_lstat.xml:1.1    Sat Jan 14 
23:10:21 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_lstat.xml        Sat Jan 14 
23:36:19 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-api.virtual-lstat">
  <refnamediv>
   <refname>virtual_lstat</refname>
@@ -11,8 +11,8 @@
   <literallayout>#include &lt;tsrm_virtual_cwd.h&gt;</literallayout>
   <methodsynopsis>
    <type>int</type><methodname>virtual_lstat</methodname>
-    <methodparam><type>const</type><parameter>char 
*path</parameter></methodparam>
-    <methodparam><type>struct</type><parameter>stat *buf 
TSRMLS_DC</parameter></methodparam>
+    <methodparam><type>const 
char*</type><parameter>path</parameter></methodparam>
+    <methodparam><type>struct stat 
*buf</type><parameter>TSRMLS_DC</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
@@ -24,7 +24,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>char *path</parameter></term>
+     <term><parameter>path</parameter></term>
      <listitem>
       <para>
        ...
@@ -32,7 +32,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>stat *buf TSRMLS_DC</parameter></term>
+     <term><parameter>TSRMLS_DC</parameter></term>
      <listitem>
       <para>
        ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_mkdir.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_mkdir.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_mkdir.xml:1.1 
phpdoc/en/internals/tsrm/functions/virtual_mkdir.xml:1.2
--- phpdoc/en/internals/tsrm/functions/virtual_mkdir.xml:1.1    Sat Jan 14 
23:10:21 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_mkdir.xml        Sat Jan 14 
23:36:19 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-api.virtual-mkdir">
  <refnamediv>
   <refname>virtual_mkdir</refname>
@@ -11,8 +11,8 @@
   <literallayout>#include &lt;tsrm_virtual_cwd.h&gt;</literallayout>
   <methodsynopsis>
    <type>int</type><methodname>virtual_mkdir</methodname>
-    <methodparam><type>const</type><parameter>char 
*pathname</parameter></methodparam>
-    <methodparam><type>mode_t</type><parameter>mode 
TSRMLS_DC</parameter></methodparam>
+    <methodparam><type>const 
char*</type><parameter>pathname</parameter></methodparam>
+    <methodparam><type>mode_t 
mode</type><parameter>TSRMLS_DC</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
@@ -24,7 +24,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>char *pathname</parameter></term>
+     <term><parameter>pathname</parameter></term>
      <listitem>
       <para>
        ...
@@ -32,7 +32,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>mode TSRMLS_DC</parameter></term>
+     <term><parameter>TSRMLS_DC</parameter></term>
      <listitem>
       <para>
        ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_open.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_open.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_open.xml:1.1 
phpdoc/en/internals/tsrm/functions/virtual_open.xml:1.2
--- phpdoc/en/internals/tsrm/functions/virtual_open.xml:1.1     Sat Jan 14 
23:10:21 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_open.xml Sat Jan 14 23:36:19 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-api.virtual-open">
  <refnamediv>
   <refname>virtual_open</refname>
@@ -11,7 +11,7 @@
   <literallayout>#include &lt;tsrm_virtual_cwd.h&gt;</literallayout>
   <methodsynopsis>
    <type>int</type><methodname>virtual_open</methodname>
-    <methodparam><type>const</type><parameter>char *path 
TSRMLS_DC</parameter></methodparam>
+    <methodparam><type>const char 
*path</type><parameter>TSRMLS_DC</parameter></methodparam>
     <methodparam><type>int</type><parameter>flags</parameter></methodparam>
     <methodparam><type></type><parameter>...</parameter></methodparam>
   </methodsynopsis>
@@ -25,7 +25,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>char *path TSRMLS_DC</parameter></term>
+     <term><parameter>TSRMLS_DC</parameter></term>
      <listitem>
       <para>
        ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_opendir.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_opendir.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_opendir.xml:1.1 
phpdoc/en/internals/tsrm/functions/virtual_opendir.xml:1.2
--- phpdoc/en/internals/tsrm/functions/virtual_opendir.xml:1.1  Sat Jan 14 
23:10:21 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_opendir.xml      Sat Jan 14 
23:36:19 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-api.virtual-opendir">
  <refnamediv>
   <refname>virtual_opendir</refname>
@@ -11,7 +11,7 @@
   <literallayout>#include &lt;tsrm_virtual_cwd.h&gt;</literallayout>
   <methodsynopsis>
    <type>DIR*</type><methodname>virtual_opendir</methodname>
-    <methodparam><type>const</type><parameter>char *pathname 
TSRMLS_DC</parameter></methodparam>
+    <methodparam><type>const char 
*pathname</type><parameter>TSRMLS_DC</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
@@ -23,7 +23,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>char *pathname TSRMLS_DC</parameter></term>
+     <term><parameter>TSRMLS_DC</parameter></term>
      <listitem>
       <para>
        ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_popen.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_popen.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_popen.xml:1.1 
phpdoc/en/internals/tsrm/functions/virtual_popen.xml:1.2
--- phpdoc/en/internals/tsrm/functions/virtual_popen.xml:1.1    Sat Jan 14 
23:10:21 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_popen.xml        Sat Jan 14 
23:36:19 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-api.virtual-popen">
  <refnamediv>
   <refname>virtual_popen</refname>
@@ -11,8 +11,8 @@
   <literallayout>#include &lt;tsrm_virtual_cwd.h&gt;</literallayout>
   <methodsynopsis>
    <type>FILE*</type><methodname>virtual_popen</methodname>
-    <methodparam><type>const</type><parameter>char 
*command</parameter></methodparam>
-    <methodparam><type>const</type><parameter>char *type 
TSRMLS_DC</parameter></methodparam>
+    <methodparam><type>const 
char*</type><parameter>command</parameter></methodparam>
+    <methodparam><type>const char 
*type</type><parameter>TSRMLS_DC</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
@@ -24,7 +24,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>char *command</parameter></term>
+     <term><parameter>command</parameter></term>
      <listitem>
       <para>
        ...
@@ -32,7 +32,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>char *type TSRMLS_DC</parameter></term>
+     <term><parameter>TSRMLS_DC</parameter></term>
      <listitem>
       <para>
        ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_realpath.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_realpath.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_realpath.xml:1.1 
phpdoc/en/internals/tsrm/functions/virtual_realpath.xml:1.2
--- phpdoc/en/internals/tsrm/functions/virtual_realpath.xml:1.1 Sat Jan 14 
23:10:21 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_realpath.xml     Sat Jan 14 
23:36:19 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-api.virtual-realpath">
  <refnamediv>
   <refname>virtual_realpath</refname>
@@ -11,8 +11,8 @@
   <literallayout>#include &lt;tsrm_virtual_cwd.h&gt;</literallayout>
   <methodsynopsis>
    <type>char*</type><methodname>virtual_realpath</methodname>
-    <methodparam><type>const</type><parameter>char 
*path</parameter></methodparam>
-    <methodparam><type>char*</type><parameter>real_path 
TSRMLS_DC</parameter></methodparam>
+    <methodparam><type>const 
char*</type><parameter>path</parameter></methodparam>
+    <methodparam><type>char 
*real_path</type><parameter>TSRMLS_DC</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
@@ -24,7 +24,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>char *path</parameter></term>
+     <term><parameter>path</parameter></term>
      <listitem>
       <para>
        ...
@@ -32,7 +32,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>real_path TSRMLS_DC</parameter></term>
+     <term><parameter>TSRMLS_DC</parameter></term>
      <listitem>
       <para>
        ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_rename.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_rename.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_rename.xml:1.1 
phpdoc/en/internals/tsrm/functions/virtual_rename.xml:1.2
--- phpdoc/en/internals/tsrm/functions/virtual_rename.xml:1.1   Sat Jan 14 
23:10:21 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_rename.xml       Sat Jan 14 
23:36:19 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-api.virtual-rename">
  <refnamediv>
   <refname>virtual_rename</refname>
@@ -12,7 +12,7 @@
   <methodsynopsis>
    <type>int</type><methodname>virtual_rename</methodname>
     <methodparam><type>char*</type><parameter>oldname</parameter></methodparam>
-    <methodparam><type>char*</type><parameter>newname 
TSRMLS_DC</parameter></methodparam>
+    <methodparam><type>char 
*newname</type><parameter>TSRMLS_DC</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
@@ -32,7 +32,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>newname TSRMLS_DC</parameter></term>
+     <term><parameter>TSRMLS_DC</parameter></term>
      <listitem>
       <para>
        ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_rmdir.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_rmdir.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_rmdir.xml:1.1 
phpdoc/en/internals/tsrm/functions/virtual_rmdir.xml:1.2
--- phpdoc/en/internals/tsrm/functions/virtual_rmdir.xml:1.1    Sat Jan 14 
23:10:21 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_rmdir.xml        Sat Jan 14 
23:36:19 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-api.virtual-rmdir">
  <refnamediv>
   <refname>virtual_rmdir</refname>
@@ -11,7 +11,7 @@
   <literallayout>#include &lt;tsrm_virtual_cwd.h&gt;</literallayout>
   <methodsynopsis>
    <type>int</type><methodname>virtual_rmdir</methodname>
-    <methodparam><type>const</type><parameter>char *pathname 
TSRMLS_DC</parameter></methodparam>
+    <methodparam><type>const char 
*pathname</type><parameter>TSRMLS_DC</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
@@ -23,7 +23,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>char *pathname TSRMLS_DC</parameter></term>
+     <term><parameter>TSRMLS_DC</parameter></term>
      <listitem>
       <para>
        ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_stat.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_stat.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_stat.xml:1.1 
phpdoc/en/internals/tsrm/functions/virtual_stat.xml:1.2
--- phpdoc/en/internals/tsrm/functions/virtual_stat.xml:1.1     Sat Jan 14 
23:10:21 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_stat.xml Sat Jan 14 23:36:19 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-api.virtual-stat">
  <refnamediv>
   <refname>virtual_stat</refname>
@@ -11,8 +11,8 @@
   <literallayout>#include &lt;tsrm_virtual_cwd.h&gt;</literallayout>
   <methodsynopsis>
    <type>int</type><methodname>virtual_stat</methodname>
-    <methodparam><type>const</type><parameter>char 
*path</parameter></methodparam>
-    <methodparam><type>struct</type><parameter>stat *buf 
TSRMLS_DC</parameter></methodparam>
+    <methodparam><type>const 
char*</type><parameter>path</parameter></methodparam>
+    <methodparam><type>struct stat 
*buf</type><parameter>TSRMLS_DC</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
@@ -24,7 +24,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>char *path</parameter></term>
+     <term><parameter>path</parameter></term>
      <listitem>
       <para>
        ...
@@ -32,7 +32,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>stat *buf TSRMLS_DC</parameter></term>
+     <term><parameter>TSRMLS_DC</parameter></term>
      <listitem>
       <para>
        ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_unlink.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_unlink.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_unlink.xml:1.1 
phpdoc/en/internals/tsrm/functions/virtual_unlink.xml:1.2
--- phpdoc/en/internals/tsrm/functions/virtual_unlink.xml:1.1   Sat Jan 14 
23:10:21 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_unlink.xml       Sat Jan 14 
23:36:19 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-api.virtual-unlink">
  <refnamediv>
   <refname>virtual_unlink</refname>
@@ -11,7 +11,7 @@
   <literallayout>#include &lt;tsrm_virtual_cwd.h&gt;</literallayout>
   <methodsynopsis>
    <type>int</type><methodname>virtual_unlink</methodname>
-    <methodparam><type>const</type><parameter>char *path 
TSRMLS_DC</parameter></methodparam>
+    <methodparam><type>const char 
*path</type><parameter>TSRMLS_DC</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
@@ -23,7 +23,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>char *path TSRMLS_DC</parameter></term>
+     <term><parameter>TSRMLS_DC</parameter></term>
      <listitem>
       <para>
        ...
http://cvs.php.net/viewcvs.cgi/phpdoc/en/internals/tsrm/functions/virtual_utime.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals/tsrm/functions/virtual_utime.xml
diff -u phpdoc/en/internals/tsrm/functions/virtual_utime.xml:1.1 
phpdoc/en/internals/tsrm/functions/virtual_utime.xml:1.2
--- phpdoc/en/internals/tsrm/functions/virtual_utime.xml:1.1    Sat Jan 14 
23:10:21 2006
+++ phpdoc/en/internals/tsrm/functions/virtual_utime.xml        Sat Jan 14 
23:36:19 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="zend-api.virtual-utime">
  <refnamediv>
   <refname>virtual_utime</refname>
@@ -11,8 +11,8 @@
   <literallayout>#include &lt;tsrm_virtual_cwd.h&gt;</literallayout>
   <methodsynopsis>
    <type>int</type><methodname>virtual_utime</methodname>
-    <methodparam><type>const</type><parameter>char 
*filename</parameter></methodparam>
-    <methodparam><type>struct</type><parameter>utimbuf *buf 
TSRMLS_DC</parameter></methodparam>
+    <methodparam><type>const 
char*</type><parameter>filename</parameter></methodparam>
+    <methodparam><type>struct utimbuf 
*buf</type><parameter>TSRMLS_DC</parameter></methodparam>
   </methodsynopsis>
   <para>
    ...
@@ -24,7 +24,7 @@
   <para>
    <variablelist>
     <varlistentry>
-     <term><parameter>char *filename</parameter></term>
+     <term><parameter>filename</parameter></term>
      <listitem>
       <para>
        ...
@@ -32,7 +32,7 @@
      </listitem>
     </varlistentry>
     <varlistentry>
-     <term><parameter>utimbuf *buf TSRMLS_DC</parameter></term>
+     <term><parameter>TSRMLS_DC</parameter></term>
      <listitem>
       <para>
        ...

Reply via email to