nlopess         Fri Feb 17 12:17:20 2006 UTC

  Modified files:              
    /phpdoc/en/reference/strings/functions      stripos.xml strpos.xml 
                                                strripos.xml strrpos.xml 
  Log:
  fix return type, per user note
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/strings/functions/stripos.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/strings/functions/stripos.xml
diff -u phpdoc/en/reference/strings/functions/stripos.xml:1.7 
phpdoc/en/reference/strings/functions/stripos.xml:1.8
--- phpdoc/en/reference/strings/functions/stripos.xml:1.7       Tue Oct  4 
15:11:18 2005
+++ phpdoc/en/reference/strings/functions/stripos.xml   Fri Feb 17 12:17:20 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
   <refentry id="function.stripos">
    <refnamediv>
     <refname>stripos</refname>
@@ -10,7 +10,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>stripos</methodname>
+      <type>mixed</type><methodname>stripos</methodname>
       
<methodparam><type>string</type><parameter>haystack</parameter></methodparam>
       
<methodparam><type>string</type><parameter>needle</parameter></methodparam>
       <methodparam 
choice="opt"><type>int</type><parameter>offset</parameter></methodparam>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/strings/functions/strpos.xml?r1=1.8&r2=1.9&diff_format=u
Index: phpdoc/en/reference/strings/functions/strpos.xml
diff -u phpdoc/en/reference/strings/functions/strpos.xml:1.8 
phpdoc/en/reference/strings/functions/strpos.xml:1.9
--- phpdoc/en/reference/strings/functions/strpos.xml:1.8        Wed Apr 20 
14:05:09 2005
+++ phpdoc/en/reference/strings/functions/strpos.xml    Fri Feb 17 12:17:20 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.8 -->
   <refentry id="function.strpos">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>strpos</methodname>
+      <type>mixed</type><methodname>strpos</methodname>
       
<methodparam><type>string</type><parameter>haystack</parameter></methodparam>
       
<methodparam><type>mixed</type><parameter>needle</parameter></methodparam>
       <methodparam 
choice="opt"><type>int</type><parameter>offset</parameter></methodparam>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/strings/functions/strripos.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/strings/functions/strripos.xml
diff -u phpdoc/en/reference/strings/functions/strripos.xml:1.7 
phpdoc/en/reference/strings/functions/strripos.xml:1.8
--- phpdoc/en/reference/strings/functions/strripos.xml:1.7      Tue May 31 
04:15:40 2005
+++ phpdoc/en/reference/strings/functions/strripos.xml  Fri Feb 17 12:17:20 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
   <refentry id="function.strripos">
    <refnamediv>
     <refname>strripos</refname>
@@ -10,7 +10,7 @@
    <refsect1>
     <title>Description</title>
     <methodsynopsis>
-     <type>int</type><methodname>strripos</methodname>
+     <type>mixed</type><methodname>strripos</methodname>
      
<methodparam><type>string</type><parameter>haystack</parameter></methodparam>
      
<methodparam><type>string</type><parameter>needle</parameter></methodparam>
      <methodparam 
choice="opt"><type>int</type><parameter>offset</parameter></methodparam>
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/strings/functions/strrpos.xml?r1=1.10&r2=1.11&diff_format=u
Index: phpdoc/en/reference/strings/functions/strrpos.xml
diff -u phpdoc/en/reference/strings/functions/strrpos.xml:1.10 
phpdoc/en/reference/strings/functions/strrpos.xml:1.11
--- phpdoc/en/reference/strings/functions/strrpos.xml:1.10      Tue Aug 10 
16:30:22 2004
+++ phpdoc/en/reference/strings/functions/strrpos.xml   Fri Feb 17 12:17:20 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.8 -->
   <refentry id="function.strrpos">
    <refnamediv>
@@ -11,7 +11,7 @@
    <refsect1>
     <title>Description</title>
      <methodsynopsis>
-      <type>int</type><methodname>strrpos</methodname>
+      <type>mixed</type><methodname>strrpos</methodname>
       
<methodparam><type>string</type><parameter>haystack</parameter></methodparam>
       
<methodparam><type>string</type><parameter>needle</parameter></methodparam>
       <methodparam 
choice="opt"><type>int</type><parameter>offset</parameter></methodparam>

Reply via email to