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 #7348

always lowercased statements

Details

Request #7348always lowercased statements
Submitted2006-04-09 09:17 UTC
Fromsoporte at onfocus dot cl
StatusClosed
PackagePHP_Beautifier
PHP VersionIrrelevant
OSIrrelevant
Roadmaps(Not assigned)

Comments

[2006-04-09 09:17 UTC] soporte at onfocus dot cl

Description:
------------
I got a very big app, coded by othe people in the past, and it have a very,very ugly coding style. ;)

they use uppercased statements :@ ( if, switch,foreach...)

can be great if you lowercase all statements by default.. ;)

Test script:
---------------
run the default or PEAR filter

Expected result:
----------------
Statements always lowercase

Actual result:
--------------
statements are never lowercased by default.

[2006-06-06 05:25 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.

Try PHP_Beautifier 0.1.9

[2006-06-10 05:22 UTC] soporte at onfocus dot cl

doh¡ by my report was valid because 0.1.9 wasnt' released at the time I wrote it ;-)

but looks like the new LowerCase filter works quite fine, thanks for implementing this.