- attributes of element are given to handler as an array not a string

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@25786 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Uwe Steinmann 2000-06-08 19:02:06 +00:00
parent c662c7989a
commit 218778b6cb

View file

@ -695,7 +695,7 @@ $xml_parser->parse("<A ID=\"hallo\">PHP</A>");
<funcdef><replaceable>startElementHandler</replaceable></funcdef>
<paramdef>int <parameter>parser</parameter></paramdef>
<paramdef>string <parameter>name</parameter></paramdef>
<paramdef>string <parameter>attribs</parameter></paramdef>
<paramdef>array <parameter>attribs</parameter></paramdef>
</funcsynopsis>
<variablelist>
<varlistentry>