nforbes Fri Sep 16 15:43:50 2005 EDT
Modified files:
/phpdoc/en/reference/array/functions extract.xml
Log:
fixed bug #34534 (not clear that extract() separates the prefix with an
underscore)
http://cvs.php.net/diff.php/phpdoc/en/reference/array/functions/extract.xml?r1=1.19&r2=1.20&ty=u
Index: phpdoc/en/reference/array/functions/extract.xml
diff -u phpdoc/en/reference/array/functions/extract.xml:1.19
phpdoc/en/reference/array/functions/extract.xml:1.20
--- phpdoc/en/reference/array/functions/extract.xml:1.19 Wed Jul 20
23:17:47 2005
+++ phpdoc/en/reference/array/functions/extract.xml Fri Sep 16 15:43:49 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
<!-- splitted from ./en/functions/array.xml, last change in rev 1.2 -->
<refentry id="function.extract">
<refnamediv>
@@ -141,7 +141,8 @@
<constant>EXTR_PREFIX_ALL</constant>,
<constant>EXTR_PREFIX_INVALID</constant>
or <constant>EXTR_PREFIX_IF_EXISTS</constant>. 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.
</para>
<para>
<function>extract</function> returns the number of variables