vrana           Mon Aug 29 11:36:03 2005 EDT

  Modified files:              
    /phpdoc/en/reference/array/functions        array-splice.xml 
  Log:
  Numeric keys in input are not preserved (bug #34227)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/array-splice.xml?r1=1.15&r2=1.16&ty=u
Index: phpdoc/en/reference/array/functions/array-splice.xml
diff -u phpdoc/en/reference/array/functions/array-splice.xml:1.15 
phpdoc/en/reference/array/functions/array-splice.xml:1.16
--- phpdoc/en/reference/array/functions/array-splice.xml:1.15   Fri Mar 11 
11:14:10 2005
+++ phpdoc/en/reference/array/functions/array-splice.xml        Mon Aug 29 
11:36:01 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
 <!-- splitted from ./en/functions/array.xml, last change in rev 1.14 -->
   <refentry id="function.array-splice">
    <refnamediv>
@@ -27,6 +27,7 @@
      <parameter>input</parameter> array, and replaces them with the
      elements of the <parameter>replacement</parameter> array, if
      supplied. It returns an array containing the extracted elements.
+     Note that numeric keys in <parameter>input</parameter> are not preserved.
     </para>
     <para>
      If <parameter>offset</parameter> is positive then the start of

Reply via email to