From e12a0e45f0b098c022ec02ecbf0cfe96b1271d04 Mon Sep 17 00:00:00 2001 From: Marco Cucinato Date: Sun, 2 Sep 2001 20:55:27 +0000 Subject: [PATCH] Typo fixed git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@56565 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/array.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/array.xml b/functions/array.xml index eb0a119c04..c7d504d4a8 100644 --- a/functions/array.xml +++ b/functions/array.xml @@ -1,5 +1,5 @@ - + Array Functions Arrays @@ -2173,7 +2173,7 @@ blue, large, sphere, medium - The $size wasn't overwritten, becaus we + The $size wasn't overwritten, because we specified EXTR_PREFIX_SAME, which resulted in $wddx_size being created. If EXTR_SKIP was specified, then $wddx_size wouldn't even have been created.