From aa544b435417422a1b457f7a7f3e6d499823ddce Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Sun, 19 Jan 2003 16:54:31 +0000 Subject: [PATCH] Added forgotten . git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@112714 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/extract.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/array/functions/extract.xml b/reference/array/functions/extract.xml index 25639b366c..bcebb1dc88 100644 --- a/reference/array/functions/extract.xml +++ b/reference/array/functions/extract.xml @@ -1,5 +1,5 @@ - + @@ -147,8 +147,8 @@ successfully imported into the symbol table. - A possible use for extract is to import into the symbol table - variables contained in an associative array returned by + A possible use for extract is to import into the + symbol table variables contained in an associative array returned by wddx_deserialize.