Edit report at http://pear.php.net/bugs/bug.php?id=17187&edit=1
ID: 17187
Updated by: demon.gene@gmail.com
Reported By: brianlmoon at php dot net
Summary: Long arrays as properties don't wrap
Status: Verified
Type: Bug
Package: PhpDocumentor
Operating System: Linux
Package Version: 1.4.3
PHP Version: 5.2.12
-Roadmap Versions:
+Roadmap Versions: 1.4.4
New Comment:
-Roadmap Versions:
+Roadmap Versions: 1.4.4
Experimenting with test case to narrow down the bug, I found that the
first sub-array inside the outer array is what seems to trigger the
no-more-line-wrapping behavior. Once that interior sub-array closes,
nothing else in the entire outer array gets line-wrapped. (Experimented
on phpdoc-SVN on PHP 5.2.17)
Previous Comments:
------------------------------------------------------------------------
[2011-09-24 08:26:17] ashnazg
-Status: Open
+Status: Verified
Verified behavior as reported, using most of the provided testcase, on
phpDocumentor SVN on PHP 5.3.8 on the HTML:frames:default converter.
------------------------------------------------------------------------
[2010-03-03 07:36:31] brianlmoonphp
Description:
------------
If you have a large array as an object property, the HTML output stops
wrapping after the first few lines.
Test script:
---------------
http://pastebin.com/DqmkmiF3
Expected result:
----------------
Wrapped output
Actual result:
--------------
http://pastebin.com/7uCZcuYq
------------------------------------------------------------------------