[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-doc-cvs
Subject:    [DOC-CVS] svn: /phpdoc/en/trunk/reference/ array/functions/count.xml classobj/functions/interface-ex
From:       Jakub_Vrana <vrana () php ! net>
Date:       2009-11-25 15:41:53
Message-ID: svn-vrana-1259163713-291316-1534792243 () svn ! php ! net
[Download RAW message or body]

vrana                                    Wed, 25 Nov 2009 15:41:53 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=291316

Log:
Prefer <initializer> before "default is"

Changed paths:
    U   phpdoc/en/trunk/reference/array/functions/count.xml
    U   phpdoc/en/trunk/reference/classobj/functions/interface-exists.xml
    U   phpdoc/en/trunk/reference/dba/functions/dba-handlers.xml
    U   phpdoc/en/trunk/reference/haru/harudoc/addpagelabel.xml
    U   phpdoc/en/trunk/reference/intl/grapheme/grapheme-extract.xml
    U   phpdoc/en/trunk/reference/intl/grapheme/grapheme-stripos.xml
    U   phpdoc/en/trunk/reference/intl/grapheme/grapheme-stristr.xml
    U   phpdoc/en/trunk/reference/intl/grapheme/grapheme-strpos.xml
    U   phpdoc/en/trunk/reference/intl/grapheme/grapheme-strripos.xml
    U   phpdoc/en/trunk/reference/intl/grapheme/grapheme-strrpos.xml
    U   phpdoc/en/trunk/reference/intl/grapheme/grapheme-strstr.xml
    U   phpdoc/en/trunk/reference/intl/normalizer/normalize.xml
    U   phpdoc/en/trunk/reference/mbstring/functions/mb-convert-kana.xml
    U   phpdoc/en/trunk/reference/network/functions/checkdnsrr.xml
    U   phpdoc/en/trunk/reference/network/functions/dns-get-record.xml
    U   phpdoc/en/trunk/reference/network/functions/setcookie.xml
    U   phpdoc/en/trunk/reference/objaggregation/functions/aggregate-properties-by-regexp.xml
    U   phpdoc/en/trunk/reference/phar/Phar/extractTo.xml
    U   phpdoc/en/trunk/reference/phar/Phar/isValidPharFilename.xml
    U   phpdoc/en/trunk/reference/phar/PharData/extractTo.xml
    U   phpdoc/en/trunk/reference/strings/functions/get-html-translation-table.xml
    U   phpdoc/en/trunk/reference/strings/functions/stristr.xml
    U   phpdoc/en/trunk/reference/strings/functions/strstr.xml
    U   phpdoc/en/trunk/reference/svn/functions/svn-update.xml
    U   phpdoc/en/trunk/reference/var/functions/intval.xml
    U   phpdoc/en/trunk/reference/xml/functions/xml-parser-create-ns.xml
    U   phpdoc/en/trunk/reference/xmlwriter/functions/xmlwriter-start-document.xml


["svn-diffs-291316.txt" (text/x-diff)]

Modified: phpdoc/en/trunk/reference/array/functions/count.xml
===================================================================
--- phpdoc/en/trunk/reference/array/functions/count.xml	2009-11-25 15:34:18 UTC (rev \
                291315)
+++ phpdoc/en/trunk/reference/array/functions/count.xml	2009-11-25 15:41:53 UTC (rev \
291316) @@ -48,8 +48,7 @@
        If the optional <parameter>mode</parameter> parameter is set to
        <constant>COUNT_RECURSIVE</constant> (or 1), <function>count</function>
        will recursively count the array.  This is particularly useful for
-       counting all the elements of a multidimensional array.  The default
-       value for <parameter>mode</parameter> is <literal>0</literal>.
+       counting all the elements of a multidimensional array.
        <function>count</function> does not detect infinite recursion.
       </para>
      </listitem>

Modified: phpdoc/en/trunk/reference/classobj/functions/interface-exists.xml
===================================================================
--- phpdoc/en/trunk/reference/classobj/functions/interface-exists.xml	2009-11-25 \
                15:34:18 UTC (rev 291315)
+++ phpdoc/en/trunk/reference/classobj/functions/interface-exists.xml	2009-11-25 \
15:41:53 UTC (rev 291316) @@ -32,7 +32,7 @@
      <term><parameter>autoload</parameter></term>
      <listitem>
       <para>
-       Whether to call &link.autoload; or not by default
+       Whether to call &link.autoload; or not by default.
       </para>
      </listitem>
     </varlistentry>

Modified: phpdoc/en/trunk/reference/dba/functions/dba-handlers.xml
===================================================================
--- phpdoc/en/trunk/reference/dba/functions/dba-handlers.xml	2009-11-25 15:34:18 UTC \
                (rev 291315)
+++ phpdoc/en/trunk/reference/dba/functions/dba-handlers.xml	2009-11-25 15:41:53 UTC \
(rev 291316) @@ -24,8 +24,7 @@
      <term><parameter>full_info</parameter></term>
      <listitem>
       <para>
-       Turns on/off full information display in the result. The default is
-       &false;.
+       Turns on/off full information display in the result.
       </para>
      </listitem>
     </varlistentry>

Modified: phpdoc/en/trunk/reference/haru/harudoc/addpagelabel.xml
===================================================================
--- phpdoc/en/trunk/reference/haru/harudoc/addpagelabel.xml	2009-11-25 15:34:18 UTC \
                (rev 291315)
+++ phpdoc/en/trunk/reference/haru/harudoc/addpagelabel.xml	2009-11-25 15:41:53 UTC \
(rev 291316) @@ -13,7 +13,7 @@
    <methodparam><type>int</type><parameter>first_page</parameter></methodparam>
    <methodparam><type>int</type><parameter>style</parameter></methodparam>
    <methodparam><type>int</type><parameter>first_num</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>prefix</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>prefix</parameter><initializer>""</initializer></methodparam>
  </methodsynopsis>
   <para>
    Set the numbering style for the specified range of pages.
@@ -74,7 +74,7 @@
      <term><parameter>prefix</parameter></term>
      <listitem>
       <para>
-       The prefix for the page label. Optional, empty by default.
+       The prefix for the page label.
       </para>
      </listitem>
     </varlistentry>

Modified: phpdoc/en/trunk/reference/intl/grapheme/grapheme-extract.xml
===================================================================
--- phpdoc/en/trunk/reference/intl/grapheme/grapheme-extract.xml	2009-11-25 15:34:18 \
                UTC (rev 291315)
+++ phpdoc/en/trunk/reference/intl/grapheme/grapheme-extract.xml	2009-11-25 15:41:53 \
UTC (rev 291316) @@ -13,7 +13,7 @@
    <methodparam><type>string</type><parameter>haystack</parameter></methodparam>
    <methodparam><type>int</type><parameter>size</parameter></methodparam>
    <methodparam choice='opt'><type>int</type><parameter>extract_type</parameter></methodparam>
                
-   <methodparam choice='opt'><type>int</type><parameter>start</parameter></methodparam>
 +   <methodparam choice='opt'><type>int</type><parameter>start</parameter><initializer>0</initializer></methodparam>
  <methodparam choice='opt'><type>int</type><parameter \
role="reference">next</parameter></methodparam>  </methodsynopsis>
   <para>
@@ -65,7 +65,7 @@
       <para>
        Starting position in $haystack in bytes - if given, it must be zero or a
        positive value that is less than or equal to the length of $haystack in
-       bytes. The default is zero. If $start does not point to the first byte of a \
UTF-8 +       bytes. If $start does not point to the first byte of a UTF-8
        character, the start position is moved to the next character boundary.
       </para>
      </listitem>

Modified: phpdoc/en/trunk/reference/intl/grapheme/grapheme-stripos.xml
===================================================================
--- phpdoc/en/trunk/reference/intl/grapheme/grapheme-stripos.xml	2009-11-25 15:34:18 \
                UTC (rev 291315)
+++ phpdoc/en/trunk/reference/intl/grapheme/grapheme-stripos.xml	2009-11-25 15:41:53 \
UTC (rev 291316) @@ -12,7 +12,7 @@
    <type>int</type><methodname>grapheme_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>
 +   <methodparam choice='opt'><type>int</type><parameter>offset</parameter><initializer>0</initializer></methodparam>
  </methodsynopsis>
   <para>
    Find position (in grapheme units) of first occurrence of a case-insensitive \
string @@ -44,7 +44,7 @@
      <listitem>
       <para>
        The optional $offset parameter allows you to specify where in haystack to
-       start searching as an offset in grapheme units (not bytes or characters). If \
not given, the default is zero. +       start searching as an offset in grapheme \
                units (not bytes or characters).
        The position returned is still relative to the beginning of haystack
        regardless of the value of $offset.
       </para>

Modified: phpdoc/en/trunk/reference/intl/grapheme/grapheme-stristr.xml
===================================================================
--- phpdoc/en/trunk/reference/intl/grapheme/grapheme-stristr.xml	2009-11-25 15:34:18 \
                UTC (rev 291315)
+++ phpdoc/en/trunk/reference/intl/grapheme/grapheme-stristr.xml	2009-11-25 15:41:53 \
UTC (rev 291316) @@ -12,7 +12,7 @@
    <type>string</type><methodname>grapheme_stristr</methodname>
    <methodparam><type>string</type><parameter>haystack</parameter></methodparam>
    <methodparam><type>string</type><parameter>needle</parameter></methodparam>
-   <methodparam choice='opt'><type>bool</type><parameter>before_needle</parameter></methodparam>
 +   <methodparam choice='opt'><type>bool</type><parameter>before_needle</parameter><initializer>false</initializer></methodparam>
  </methodsynopsis>
   <para>
    Returns part of haystack string from the first occurrence of case-insensitive \
needle to the end of haystack. @@ -43,7 +43,7 @@
      <term><parameter>before_needle</parameter></term>
      <listitem>
       <para>
-       If TRUE (the default is FALSE), grapheme_strstr() returns the part of the
+       If &true;, grapheme_strstr() returns the part of the
        haystack before the first occurrence of the needle.
       </para>
      </listitem>

Modified: phpdoc/en/trunk/reference/intl/grapheme/grapheme-strpos.xml
===================================================================
--- phpdoc/en/trunk/reference/intl/grapheme/grapheme-strpos.xml	2009-11-25 15:34:18 \
                UTC (rev 291315)
+++ phpdoc/en/trunk/reference/intl/grapheme/grapheme-strpos.xml	2009-11-25 15:41:53 \
UTC (rev 291316) @@ -12,7 +12,7 @@
    <type>int</type><methodname>grapheme_strpos</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>
 +   <methodparam choice='opt'><type>int</type><parameter>offset</parameter><initializer>0</initializer></methodparam>
  </methodsynopsis>
   <para>
    Find position (in grapheme units) of first occurrence of a string
@@ -44,7 +44,7 @@
      <listitem>
       <para>
        The optional $offset parameter allows you to specify where in $haystack to
-       start searching as an offset in grapheme units (not bytes or characters). If \
not given, the default is zero. +       start searching as an offset in grapheme \
                units (not bytes or characters).
        The position returned is still relative to the beginning of haystack
        regardless of the value of $offset.
       </para>

Modified: phpdoc/en/trunk/reference/intl/grapheme/grapheme-strripos.xml
===================================================================
--- phpdoc/en/trunk/reference/intl/grapheme/grapheme-strripos.xml	2009-11-25 15:34:18 \
                UTC (rev 291315)
+++ phpdoc/en/trunk/reference/intl/grapheme/grapheme-strripos.xml	2009-11-25 15:41:53 \
UTC (rev 291316) @@ -12,7 +12,7 @@
    <type>int</type><methodname>grapheme_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>
 +   <methodparam choice='opt'><type>int</type><parameter>offset</parameter><initializer>0</initializer></methodparam>
  </methodsynopsis>
   <para>
    Find position (in grapheme units) of last occurrence of a case-insensitive string
@@ -44,7 +44,7 @@
      <listitem>
       <para>
        The optional $offset parameter allows you to specify where in $haystack to
-       start searching as an offset in grapheme units (not bytes or characters). If \
not given, the default is zero. +       start searching as an offset in grapheme \
                units (not bytes or characters).
        The position returned is still relative to the beginning of haystack
        regardless of the value of $offset.
       </para>

Modified: phpdoc/en/trunk/reference/intl/grapheme/grapheme-strrpos.xml
===================================================================
--- phpdoc/en/trunk/reference/intl/grapheme/grapheme-strrpos.xml	2009-11-25 15:34:18 \
                UTC (rev 291315)
+++ phpdoc/en/trunk/reference/intl/grapheme/grapheme-strrpos.xml	2009-11-25 15:41:53 \
UTC (rev 291316) @@ -12,7 +12,7 @@
    <type>int</type><methodname>grapheme_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>
 +   <methodparam choice='opt'><type>int</type><parameter>offset</parameter><initializer>0</initializer></methodparam>
  </methodsynopsis>
   <para>
    Find position (in grapheme units) of last occurrence of a string
@@ -44,7 +44,7 @@
      <listitem>
       <para>
        The optional $offset parameter allows you to specify where in $haystack to
-       start searching as an offset in grapheme units (not bytes or characters). If \
not given, the default is zero. +       start searching as an offset in grapheme \
                units (not bytes or characters).
        The position returned is still relative to the beginning of haystack
        regardless of the value of $offset.
       </para>

Modified: phpdoc/en/trunk/reference/intl/grapheme/grapheme-strstr.xml
===================================================================
--- phpdoc/en/trunk/reference/intl/grapheme/grapheme-strstr.xml	2009-11-25 15:34:18 \
                UTC (rev 291315)
+++ phpdoc/en/trunk/reference/intl/grapheme/grapheme-strstr.xml	2009-11-25 15:41:53 \
UTC (rev 291316) @@ -12,7 +12,7 @@
    <type>string</type><methodname>grapheme_strstr</methodname>
    <methodparam><type>string</type><parameter>haystack</parameter></methodparam>
    <methodparam><type>string</type><parameter>needle</parameter></methodparam>
-   <methodparam choice='opt'><type>bool</type><parameter>before_needle</parameter></methodparam>
 +   <methodparam choice='opt'><type>bool</type><parameter>before_needle</parameter><initializer>false</initializer></methodparam>
  </methodsynopsis>
   <para>
    Returns part of haystack string from the first occurrence of needle to the end of \
haystack. @@ -43,7 +43,7 @@
      <term><parameter>before_needle</parameter></term>
      <listitem>
       <para>
-       If TRUE (the default is FALSE), grapheme_strstr() returns the part of the
+       If &true;, grapheme_strstr() returns the part of the
        haystack before the first occurrence of the needle.
       </para>
      </listitem>

Modified: phpdoc/en/trunk/reference/intl/normalizer/normalize.xml
===================================================================
--- phpdoc/en/trunk/reference/intl/normalizer/normalize.xml	2009-11-25 15:34:18 UTC \
                (rev 291315)
+++ phpdoc/en/trunk/reference/intl/normalizer/normalize.xml	2009-11-25 15:41:53 UTC \
(rev 291316) @@ -17,14 +17,14 @@
     <type>string</type>
     <methodname>Normalizer::normalize</methodname>
     <methodparam><type>string</type><parameter>input</parameter></methodparam>
-    <methodparam choice="opt"><type>string</type><parameter>form</parameter></methodparam>
 +    <methodparam choice="opt"><type>string</type><parameter>form</parameter><initializer>Normalizer::FORM_C</initializer></methodparam>
  </methodsynopsis>
   <para>Procedural style</para>
   <methodsynopsis>
    <type>string</type>
    <methodname>normalizer_normalize</methodname>
    <methodparam><type>string</type><parameter>input</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>form</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>form</parameter><initializer>Normalizer::FORM_C</initializer></methodparam>
  </methodsynopsis>
   <para>Normalizes the input provided and returns the normalized string</para>
  </refsect1>
@@ -42,8 +42,7 @@
     <varlistentry>
      <term><parameter>form</parameter></term>
      <listitem>
-      <para>One of the normalization forms. If not provided the default is
-      <constant>Normalizer::FORM_C</constant>.</para>
+      <para>One of the normalization forms.</para>
      </listitem>
     </varlistentry>
    </variablelist>

Modified: phpdoc/en/trunk/reference/mbstring/functions/mb-convert-kana.xml
===================================================================
--- phpdoc/en/trunk/reference/mbstring/functions/mb-convert-kana.xml	2009-11-25 \
                15:34:18 UTC (rev 291315)
+++ phpdoc/en/trunk/reference/mbstring/functions/mb-convert-kana.xml	2009-11-25 \
15:41:53 UTC (rev 291316) @@ -39,8 +39,7 @@
        The conversion option.
       </para>
       <para>
-       Specify with a combination of following options. The default
-       value is <literal>KV</literal>.
+       Specify with a combination of following options.
        <table>
         <title>Applicable Conversion Options</title>
         <tgroup cols="2">

Modified: phpdoc/en/trunk/reference/network/functions/checkdnsrr.xml
===================================================================
--- phpdoc/en/trunk/reference/network/functions/checkdnsrr.xml	2009-11-25 15:34:18 \
                UTC (rev 291315)
+++ phpdoc/en/trunk/reference/network/functions/checkdnsrr.xml	2009-11-25 15:41:53 \
UTC (rev 291316) @@ -11,7 +11,7 @@
   <methodsynopsis>
    <type>bool</type><methodname>checkdnsrr</methodname>
    <methodparam><type>string</type><parameter>host</parameter></methodparam>
-   <methodparam choice="opt"><type>string</type><parameter>type</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>type</parameter><initializer>"MX"</initializer></methodparam>
  </methodsynopsis>
   <para>
    Searches DNS for records of type <parameter>type</parameter>
@@ -37,7 +37,7 @@
      <listitem>
       <para>
        <parameter>type</parameter> may be any one of: A, MX, NS, SOA,
-       PTR, CNAME, AAAA, A6, SRV, NAPTR, TXT or ANY.  The default is MX.
+       PTR, CNAME, AAAA, A6, SRV, NAPTR, TXT or ANY.
       </para>
      </listitem>
     </varlistentry>

Modified: phpdoc/en/trunk/reference/network/functions/dns-get-record.xml
===================================================================
--- phpdoc/en/trunk/reference/network/functions/dns-get-record.xml	2009-11-25 \
                15:34:18 UTC (rev 291315)
+++ phpdoc/en/trunk/reference/network/functions/dns-get-record.xml	2009-11-25 \
15:41:53 UTC (rev 291316) @@ -60,7 +60,6 @@
        <constant>DNS_AAAA</constant>, <constant>DNS_SRV</constant>,
        <constant>DNS_NAPTR</constant>, <constant>DNS_A6</constant>,
        <constant>DNS_ALL</constant> or <constant>DNS_ANY</constant>.
-       The default is <emphasis>DNS_ANY</emphasis>.
       </para>
       <note>
        <para>

Modified: phpdoc/en/trunk/reference/network/functions/setcookie.xml
===================================================================
--- phpdoc/en/trunk/reference/network/functions/setcookie.xml	2009-11-25 15:34:18 UTC \
                (rev 291315)
+++ phpdoc/en/trunk/reference/network/functions/setcookie.xml	2009-11-25 15:41:53 UTC \
(rev 291316) @@ -135,8 +135,8 @@
       <para>
        Indicates that the cookie should only be transmitted over a
        secure HTTPS connection from the client. When set to &true;, the
-       cookie will only be set if a secure connection exists. The default
-       is &false;. On the server-side, it's on the programmer to send this
+       cookie will only be set if a secure connection exists.
+       On the server-side, it's on the programmer to send this
        kind of cookie only on secure connection (e.g. with respect to
        <varname>$_SERVER["HTTPS"]</varname>).
       </para>

Modified: phpdoc/en/trunk/reference/objaggregation/functions/aggregate-properties-by-regexp.xml
 ===================================================================
--- phpdoc/en/trunk/reference/objaggregation/functions/aggregate-properties-by-regexp.xml	2009-11-25 \
                15:34:18 UTC (rev 291315)
+++ phpdoc/en/trunk/reference/objaggregation/functions/aggregate-properties-by-regexp.xml	2009-11-25 \
15:41:53 UTC (rev 291316) @@ -16,7 +16,7 @@
    <methodparam><type>object</type><parameter>object</parameter></methodparam>
    <methodparam><type>string</type><parameter>class_name</parameter></methodparam>
    <methodparam><type>string</type><parameter>regexp</parameter></methodparam>
-   <methodparam choice="opt"><type>bool</type><parameter>exclude</parameter></methodparam>
 +   <methodparam choice="opt"><type>bool</type><parameter>exclude</parameter><initializer>false</initializer></methodparam>
  </methodsynopsis>
   <para>
    Aggregates properties from a class to an existing object using a regular
@@ -60,8 +60,8 @@
        The optional parameter <parameter>exclude</parameter> is used to
        decide whether the regular expression will select the names of class
        properties to include in the aggregation (i.e.
-       <parameter>exclude</parameter> is &false;, which is the default
-       value), or to exclude from the aggregation
+       <parameter>exclude</parameter> is &false;),
+       or to exclude from the aggregation
        (<parameter>exclude</parameter> is &true;).
       </para>
      </listitem>

Modified: phpdoc/en/trunk/reference/phar/Phar/extractTo.xml
===================================================================
--- phpdoc/en/trunk/reference/phar/Phar/extractTo.xml	2009-11-25 15:34:18 UTC (rev \
                291315)
+++ phpdoc/en/trunk/reference/phar/Phar/extractTo.xml	2009-11-25 15:41:53 UTC (rev \
291316) @@ -52,7 +52,7 @@
      <term><parameter>overwrite</parameter></term>
      <listitem>
       <para>
-       &false; by default, set to &true; to enable overwriting existing files
+       Set to &true; to enable overwriting existing files
       </para>
      </listitem>
     </varlistentry>

Modified: phpdoc/en/trunk/reference/phar/Phar/isValidPharFilename.xml
===================================================================
--- phpdoc/en/trunk/reference/phar/Phar/isValidPharFilename.xml	2009-11-25 15:34:18 \
                UTC (rev 291315)
+++ phpdoc/en/trunk/reference/phar/Phar/isValidPharFilename.xml	2009-11-25 15:41:53 \
UTC (rev 291316) @@ -39,8 +39,7 @@
      <listitem>
       <para>
        This parameter determines whether the filename should be treated as
-       a phar executable archive, or a data non-executable archive and is
-       &true; by default
+       a phar executable archive, or a data non-executable archive
       </para>
      </listitem>
     </varlistentry>

Modified: phpdoc/en/trunk/reference/phar/PharData/extractTo.xml
===================================================================
--- phpdoc/en/trunk/reference/phar/PharData/extractTo.xml	2009-11-25 15:34:18 UTC \
                (rev 291315)
+++ phpdoc/en/trunk/reference/phar/PharData/extractTo.xml	2009-11-25 15:41:53 UTC \
(rev 291316) @@ -51,7 +51,7 @@
      <term><parameter>overwrite</parameter></term>
      <listitem>
       <para>
-       &false; by default, set to &true; to enable overwriting existing files
+       Set to &true; to enable overwriting existing files
       </para>
      </listitem>
     </varlistentry>

Modified: phpdoc/en/trunk/reference/strings/functions/get-html-translation-table.xml
===================================================================
--- phpdoc/en/trunk/reference/strings/functions/get-html-translation-table.xml	2009-11-25 \
                15:34:18 UTC (rev 291315)
+++ phpdoc/en/trunk/reference/strings/functions/get-html-translation-table.xml	2009-11-25 \
15:41:53 UTC (rev 291316) @@ -50,8 +50,8 @@
       <para>
        Like the <function>htmlspecialchars</function> and
        <function>htmlentities</function> functions you can optionally specify
-       the <parameter>quote_style</parameter> you are working with.  The
-       default is <constant>ENT_COMPAT</constant> mode.  See the description
+       the <parameter>quote_style</parameter> you are working with.
+       See the description
        of these modes in <function>htmlspecialchars</function>.
       </para>
      </listitem>

Modified: phpdoc/en/trunk/reference/strings/functions/stristr.xml
===================================================================
--- phpdoc/en/trunk/reference/strings/functions/stristr.xml	2009-11-25 15:34:18 UTC \
                (rev 291315)
+++ phpdoc/en/trunk/reference/strings/functions/stristr.xml	2009-11-25 15:41:53 UTC \
(rev 291316) @@ -45,7 +45,7 @@
      <term><parameter>before_needle</parameter></term>
      <listitem>
       <para>
-       If &true; (the default is &false;), <function>stristr</function>
+       If &true;, <function>stristr</function>
        returns the part of the <parameter>haystack</parameter> before the
        first occurrence of the <parameter>needle</parameter>.
       </para>

Modified: phpdoc/en/trunk/reference/strings/functions/strstr.xml
===================================================================
--- phpdoc/en/trunk/reference/strings/functions/strstr.xml	2009-11-25 15:34:18 UTC \
                (rev 291315)
+++ phpdoc/en/trunk/reference/strings/functions/strstr.xml	2009-11-25 15:41:53 UTC \
(rev 291316) @@ -59,7 +59,7 @@
      <term><parameter>before_needle</parameter></term>
      <listitem>
       <para>
-       If &true; (the default is &false;), <function>strstr</function> returns
+       If &true;, <function>strstr</function> returns
        the part of the <parameter>haystack</parameter> before the first
        occurrence of the <parameter>needle</parameter>.
       </para>

Modified: phpdoc/en/trunk/reference/svn/functions/svn-update.xml
===================================================================
--- phpdoc/en/trunk/reference/svn/functions/svn-update.xml	2009-11-25 15:34:18 UTC \
                (rev 291315)
+++ phpdoc/en/trunk/reference/svn/functions/svn-update.xml	2009-11-25 15:41:53 UTC \
(rev 291316) @@ -46,7 +46,7 @@
      <term><parameter>recurse</parameter></term>
      <listitem>
       <para>
-       Whether or not to recursively update directories, default is &true;.
+       Whether or not to recursively update directories.
       </para>
      </listitem>
     </varlistentry>

Modified: phpdoc/en/trunk/reference/var/functions/intval.xml
===================================================================
--- phpdoc/en/trunk/reference/var/functions/intval.xml	2009-11-25 15:34:18 UTC (rev \
                291315)
+++ phpdoc/en/trunk/reference/var/functions/intval.xml	2009-11-25 15:41:53 UTC (rev \
291316) @@ -36,7 +36,7 @@
      <term><parameter>base</parameter></term>
      <listitem>
       <para>
-       The base for the conversion (default is base 10)
+       The base for the conversion
       </para>
      </listitem>
     </varlistentry>

Modified: phpdoc/en/trunk/reference/xml/functions/xml-parser-create-ns.xml
===================================================================
--- phpdoc/en/trunk/reference/xml/functions/xml-parser-create-ns.xml	2009-11-25 \
                15:34:18 UTC (rev 291315)
+++ phpdoc/en/trunk/reference/xml/functions/xml-parser-create-ns.xml	2009-11-25 \
15:41:53 UTC (rev 291316) @@ -11,7 +11,7 @@
   <methodsynopsis>
    <type>resource</type><methodname>xml_parser_create_ns</methodname>
    <methodparam choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
                
-   <methodparam choice="opt"><type>string</type><parameter>separator</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>separator</parameter><initializer>':'</initializer></methodparam>
  </methodsynopsis>
   <para>
    <function>xml_parser_create_ns</function> creates a new XML parser
@@ -46,8 +46,7 @@
       <para>
        With a namespace aware parser tag parameters passed to the various
        handler functions will consist of namespace and tag name separated by
-       the string specified in <parameter>seperator</parameter> or
-       <literal>':'</literal> by default.
+       the string specified in <parameter>seperator</parameter>.
       </para>
      </listitem>
     </varlistentry>

Modified: phpdoc/en/trunk/reference/xmlwriter/functions/xmlwriter-start-document.xml
===================================================================
--- phpdoc/en/trunk/reference/xmlwriter/functions/xmlwriter-start-document.xml	2009-11-25 \
                15:34:18 UTC (rev 291315)
+++ phpdoc/en/trunk/reference/xmlwriter/functions/xmlwriter-start-document.xml	2009-11-25 \
15:41:53 UTC (rev 291316) @@ -24,7 +24,7 @@
    <methodparam><type>resource</type><parameter>xmlwriter</parameter></methodparam>
    <methodparam choice="opt"><type>string</type><parameter>version</parameter></methodparam>
  <methodparam choice="opt"><type>string</type><parameter>encoding</parameter></methodparam>
                
-   <methodparam choice="opt"><type>string</type><parameter>standalone</parameter></methodparam>
 +   <methodparam choice="opt"><type>string</type><parameter>standalone</parameter><initializer>null</initializer></methodparam>
  </methodsynopsis>
   <para>
    Starts a document.
@@ -58,7 +58,6 @@
      <listitem>
       <para>
        <literal>yes</literal> or <literal>no</literal>.
-       &null; by default.
       </para>
      </listitem>
     </varlistentry>



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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic