From d39d863a48922af406a2d889018d2877e9b31615 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 16 Sep 2004 13:38:16 +0000 Subject: [PATCH] Statements are not equal (bug #25489) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@168680 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-splice.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/reference/array/functions/array-splice.xml b/reference/array/functions/array-splice.xml index 80685f710c..a589147baa 100644 --- a/reference/array/functions/array-splice.xml +++ b/reference/array/functions/array-splice.xml @@ -1,5 +1,5 @@ - + @@ -60,7 +60,8 @@ around it, unless the element is an array itself. - The following equivalences hold: + The following statements change the values of $input + the same way: <function>array_splice</function> equivalents @@ -99,7 +100,7 @@ - $a[$x] = $y + $input[$x] = $y // for arrays where key equals offset array_splice($input, $x, 1, $y)