PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » PHP » PHP_Beautifier » Bug #7307

first lines are intended if ListClassFunction is enabled

Details

Submitted2006-04-05 11:36 UTC
Frompear at sebastianmendel dot de
StatusNo Feedback
PackagePHP_Beautifier
PHP Version5.1.2
OSWindows
Roadmaps(Not assigned)

Comments

[2006-04-05 11:36 UTC] pear at sebastianmendel dot de

Description:
------------
the first lines are intended if -l "ListClassFunction()" is enabled

Test script:
---------------
C:\htdocs\pear>php_beautifier.bat -l "Pear() ArrayNested() ListClassFunction()" script.php script_.php

Expected result:
----------------
<?php
/**
* Class and Function List:
* Function list:
* Classes list:
*/
require_once 'dbobject.class.php';
require_once 'kfp-globals.inc.php';

Actual result:
--------------
<?php
/*
* Class and Function List:
* Function list:
* Classes list:
*/
require_once 'dbobject.class.php';
require_once 'kfp-globals.inc.php';

[2006-06-06 05:24 UTC] clbustos at php dot net

Thank you for taking the time to report a problem with the package.
Unfortunately you are not using a current version of the package --
the problem might already be fixed. Please download a new
version from http://pear.php.net/packages.php

If you are able to reproduce the bug with one of the latest
versions, please change the package version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PEAR.

Fixed on PHP_Beautifier 0.1.9