From 884831ad79a7cf959399b795b69ca00977181f53 Mon Sep 17 00:00:00 2001 From: Noah Fontes Date: Fri, 16 Sep 2005 19:43:49 +0000 Subject: [PATCH] fixed bug #34534 (not clear that extract() separates the prefix with an underscore) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@196208 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/extract.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/array/functions/extract.xml b/reference/array/functions/extract.xml index 7342e9fbfa..2bbb37044a 100644 --- a/reference/array/functions/extract.xml +++ b/reference/array/functions/extract.xml @@ -1,5 +1,5 @@ - + @@ -141,7 +141,8 @@ EXTR_PREFIX_ALL, EXTR_PREFIX_INVALID or EXTR_PREFIX_IF_EXISTS. If the prefixed result is not a valid variable name, it is not - imported into the symbol table. + imported into the symbol table. Prefixes are automatically separated from + the array key by an underscore character. extract returns the number of variables