nicos           Tue Feb  4 21:38:39 2003 EDT

  Modified files:              
    /phpdoc/en/reference/info/functions assert.xml 
                                        get-magic-quotes-runtime.xml 
                                        set-magic-quotes-runtime.xml 
  Log:
  fixing protos
  
Index: phpdoc/en/reference/info/functions/assert.xml
diff -u phpdoc/en/reference/info/functions/assert.xml:1.4 
phpdoc/en/reference/info/functions/assert.xml:1.5
--- phpdoc/en/reference/info/functions/assert.xml:1.4   Fri Oct 25 13:05:01 2002
+++ phpdoc/en/reference/info/functions/assert.xml       Tue Feb  4 21:38:39 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/info.xml, last change in rev 1.51 -->
   <refentry id="function.assert">
    <refnamediv>
@@ -10,7 +10,7 @@
     <title>Description</title>
      <methodsynopsis>
       <type>int</type><methodname>assert</methodname>
-      
<methodparam><type>string|bool</type><parameter>assertion</parameter></methodparam>
+      <methodparam><type>mixed</type><parameter>assertion</parameter></methodparam>
      </methodsynopsis>
     <para>
      <function>assert</function> will check the given
Index: phpdoc/en/reference/info/functions/get-magic-quotes-runtime.xml
diff -u phpdoc/en/reference/info/functions/get-magic-quotes-runtime.xml:1.2 
phpdoc/en/reference/info/functions/get-magic-quotes-runtime.xml:1.3
--- phpdoc/en/reference/info/functions/get-magic-quotes-runtime.xml:1.2 Wed Apr 17 
02:39:27 2002
+++ phpdoc/en/reference/info/functions/get-magic-quotes-runtime.xml     Tue Feb  4 
+21:38:39 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/info.xml, last change in rev 1.2 -->
   <refentry id="function.get-magic-quotes-runtime">
    <refnamediv>
@@ -12,7 +12,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>long</type><methodname>get_magic_quotes_runtime</methodname>
+      <type>int</type><methodname>get_magic_quotes_runtime</methodname>
       <void/>
      </methodsynopsis>
     <simpara>
Index: phpdoc/en/reference/info/functions/set-magic-quotes-runtime.xml
diff -u phpdoc/en/reference/info/functions/set-magic-quotes-runtime.xml:1.2 
phpdoc/en/reference/info/functions/set-magic-quotes-runtime.xml:1.3
--- phpdoc/en/reference/info/functions/set-magic-quotes-runtime.xml:1.2 Wed Apr 17 
02:39:30 2002
+++ phpdoc/en/reference/info/functions/set-magic-quotes-runtime.xml     Tue Feb  4 
+21:38:39 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/info.xml, last change in rev 1.2 -->
   <refentry id="function.set-magic-quotes-runtime">
    <refnamediv>
@@ -12,7 +12,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>long</type><methodname>set_magic_quotes_runtime</methodname>
+      <type>bool</type><methodname>set_magic_quotes_runtime</methodname>
       <methodparam><type>int</type><parameter>new_setting</parameter></methodparam>
      </methodsynopsis>
     <simpara>



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

Reply via email to