philip          Thu Jan 23 14:53:42 2003 EDT

  Modified files:              
    /phpdoc/en/reference/oci8/functions ocifetchinto.xml 
  Log:
  result is still a reference; thanks again to Mike for point this out.
  
  
Index: phpdoc/en/reference/oci8/functions/ocifetchinto.xml
diff -u phpdoc/en/reference/oci8/functions/ocifetchinto.xml:1.4 
phpdoc/en/reference/oci8/functions/ocifetchinto.xml:1.5
--- phpdoc/en/reference/oci8/functions/ocifetchinto.xml:1.4     Thu Jan 23 13:49:52 
2003
+++ phpdoc/en/reference/oci8/functions/ocifetchinto.xml Thu Jan 23 14:53:41 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
   <refentry id="function.ocifetchinto">
    <refnamediv>
@@ -11,7 +11,7 @@
      <methodsynopsis>
       <type>int</type><methodname>OCIFetchInto</methodname>
       <methodparam><type>int</type><parameter>stmt</parameter></methodparam>
-      <methodparam><type>array </type><parameter>result</parameter></methodparam>
+      <methodparam><type>array</type><parameter>&amp;result</parameter></methodparam>
       <methodparam 
choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
      </methodsynopsis>
     <para>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to