[header] categories=General cfgFileParameterEnding=" " configFilename= fileTypes=*.php|*.htm|*.html|*.xhtml indenterFileName=phpCB indenterName=PHP Code Beautifier (PHP) inputFileName=indentinput inputFileParameter= manual=http://www.waterproof.fr/products/phpCodeBeautifier/manual.php outputFileName= outputFileParameter=stdout parameterOrder=pio showHelpParameter=-h stringparaminquotes=false useCfgFileParameter= version=2007-02-21 [Align all assignement statements] Category=0 Description=Align all assignement statements EditorType=boolean TrueFalse=--align-equal-statements| ValueDefault=1 [Align all assignement statements to a fixed position] CallName="--align-equal-statements-to-fixed-pos " Category=0 Description="Align all assignement statements to a fixed position.
Source | With --align-equal-statements-to-fixed-pos 40 |
<?php | <?php |
Source | With --change-shell-comment-to-double-slashes-comment | Without --change-shell-comment-to-double-slashes-comment |
<?php | <?php | <?php |
--comment-rendering-style PEAR | --comment-rendering-style PHPDoc |
<?php | <?php |
With --glue-amperscore | Without --glue-amperscore |
<?php | <?php |
With --extra-padding-for-case-statement | Without --extra-padding-for-case-statement |
<?php | <?php |
With --force-true-false-null-contant-lowercase | Without --force-true-false-null-contant-lowercase |
<?php | <?php |
With --one-true-brace-function-declaration | Without --one-true-brace-function-declaration |
<?php | <?php |