[PHP-DOC] cvs: phpdoc /en/reference/strings/functions stristr.xml From: Damien Seguy (dams <email protected>)
Date: 01/30/03

dams Thu Jan 30 08:49:51 2003 EDT

  Modified files:
    /phpdoc/en/reference/strings/functions stristr.xml
  Log:
  Giving up world dominations through commenting examples in French.
  
Index: phpdoc/en/reference/strings/functions/stristr.xml
diff -u phpdoc/en/reference/strings/functions/stristr.xml:1.3 phpdoc/en/reference/strings/functions/stristr.xml:1.4
--- phpdoc/en/reference/strings/functions/stristr.xml:1.3 Thu Jan 30 08:40:40 2003
+++ phpdoc/en/reference/strings/functions/stristr.xml Thu Jan 30 08:49:51 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.8 -->
   <refentry id="function.stristr">
    <refnamediv>
@@ -37,7 +37,7 @@
   $email = 'USER <email protected>';
   $domain = stristr($email, 'e');
   print $domain;
-// Affiche ER <email protected>
+// outputs ER <email protected>
 ?>
 ]]>
       </programlisting>

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