[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-splice.xml?=
From:       Chris_Wright <daverandom () php ! net>
Date:       2013-09-18 14:21:03
Message-ID: svn-daverandom-1379514063-331433-242102490 () svn ! php ! net
[Download RAW message or body]

daverandom                               Wed, 18 Sep 2013 14:21:03 +0000

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

Log:
Fix missingInitializer error and incorrect initializer value in array_splice()

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

Modified: phpdoc/en/trunk/reference/array/functions/array-splice.xml
===================================================================
--- phpdoc/en/trunk/reference/array/functions/array-splice.xml	2013-09-18 13:50:29 \
                UTC (rev 331432)
+++ phpdoc/en/trunk/reference/array/functions/array-splice.xml	2013-09-18 14:21:03 \
UTC (rev 331433) @@ -11,8 +11,8 @@
    <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>0</initializer></methodparam>
                
-   <methodparam choice="opt"><type>mixed</type><parameter>replacement</parameter></methodparam>
 +   <methodparam choice="opt"><type>int</type><parameter>length</parameter><initializer>count($input)</initializer></methodparam>
 +   <methodparam choice="opt"><type>mixed</type><parameter>replacement</parameter><initializer>array()</initializer></methodparam>
  </methodsynopsis>
   <para>
    Removes the elements designated by <parameter>offset</parameter> and



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