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

List:       php-doc-cvs
Subject:    [DOC-CVS] =?utf-8?q?svn:_/phpdoc/en/trunk/reference/array/functions/_array-filter.xml_array-keys.xml
From:       Peter_Cowburn <salathe () php ! net>
Date:       2014-05-29 16:45:44
Message-ID: svn-salathe-1401381944-333626-1269337959 () svn ! php ! net
[Download RAW message or body]

salathe                                  Thu, 29 May 2014 16:45:44 +0000

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

Log:
Revert "Fixes for 'missinginitializer' errors (I am new so I am uncertain about a \
standard other than var types, please advise.)"

Changed paths:
    U   phpdoc/en/trunk/reference/array/functions/array-filter.xml
    U   phpdoc/en/trunk/reference/array/functions/array-keys.xml
    U   phpdoc/en/trunk/reference/array/functions/array-splice.xml

Modified: phpdoc/en/trunk/reference/array/functions/array-filter.xml
===================================================================
--- phpdoc/en/trunk/reference/array/functions/array-filter.xml	2014-05-28 19:10:25 \
                UTC (rev 333625)
+++ phpdoc/en/trunk/reference/array/functions/array-filter.xml	2014-05-29 16:45:44 \
UTC (rev 333626) @@ -10,8 +10,8 @@
   &reftitle.description;
   <methodsynopsis>
    <type>array</type><methodname>array_filter</methodname>
-   <methodparam><type>array</type><parameter>array</parameter><initializer>array()</initializer></methodparam>
                
-   <methodparam choice="opt"><type>callable</type><parameter>callback</parameter><initializer>Function()</initializer></methodparam>
 +   <methodparam><type>array</type><parameter>array</parameter></methodparam>
+   <methodparam choice="opt"><type>callable</type><parameter>callback</parameter></methodparam>
  </methodsynopsis>
   <para>
    Iterates over each value in the <parameter>array</parameter>

Modified: phpdoc/en/trunk/reference/array/functions/array-keys.xml
===================================================================
--- phpdoc/en/trunk/reference/array/functions/array-keys.xml	2014-05-28 19:10:25 UTC \
                (rev 333625)
+++ phpdoc/en/trunk/reference/array/functions/array-keys.xml	2014-05-29 16:45:44 UTC \
(rev 333626) @@ -4,14 +4,14 @@
  <refnamediv>
   <refname>array_keys</refname>
   <refpurpose>Return all the keys or a subset of the keys of an array</refpurpose>
- </refnamediv>
+ </refnamediv>

  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
    <type>array</type><methodname>array_keys</methodname>
    <methodparam><type>array</type><parameter>array</parameter></methodparam>
-   <methodparam choice="opt"><type>mixed</type><parameter>search_value</parameter><initializer>""</initializer></methodparam>
 +   <methodparam choice="opt"><type>mixed</type><parameter>search_value</parameter></methodparam>
  <methodparam choice="opt"><type>bool</type><parameter>strict</parameter><initializer>false</initializer></methodparam>
  </methodsynopsis>
   <para>

Modified: phpdoc/en/trunk/reference/array/functions/array-splice.xml
===================================================================
--- phpdoc/en/trunk/reference/array/functions/array-splice.xml	2014-05-28 19:10:25 \
                UTC (rev 333625)
+++ phpdoc/en/trunk/reference/array/functions/array-splice.xml	2014-05-29 16:45:44 \
UTC (rev 333626) @@ -11,7 +11,7 @@
    <type>array</type><methodname>array_splice</methodname>
    <methodparam><type>array</type><parameter \
role="reference">input</parameter></methodparam>  \
                <methodparam><type>int</type><parameter>offset</parameter></methodparam>
                
-   <methodparam choice="opt"><type>int</type><parameter>length</parameter><initializer>int</initializer></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>length</parameter></methodparam>
  <methodparam choice="opt"><type>mixed</type><parameter>replacement</parameter><initializer>array()</initializer></methodparam>
  </methodsynopsis>
   <para>



-- 
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