<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt">>Could you try it on your terminal directly?  Maybe php_beautifier isn't<br><div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"><div style="font-family: times new roman, new york, times, serif; font-size: 12pt;">>found by PHP and then you need to pass the full path to it (gettable in<br>>your terminal using `which php_beautifier`). <br><br>via terminal, this string give me <span id="result_box" class="short_text" lang="en"><span class="hps">the usual</span> error <span class="hps">messages</span></span> but it works (it <span id="result_box" class="short_text" lang="en"><span class="hps">creates</span><span class="hps"></span></span> the test2.php file):<br><br>php -d error_reporting='E_ALL & ~(E_STRICT|E_DEPRECATED|E_NOTICE)' /usr/bin/php_beautifier -s4 -f
 /home/user/public_html/test.php -o /home/user/public_html/test2.php -l "ArrayNested() NewLines(before=if:switch:while:for:foreach:function:T_CLASS:return:break,after=T_COMMENT) IndentStyles(style=k&r)"<br><br><br>those two strings in Geany <span id="result_box" class="short_text" lang="en"><span class="hps">do not work</span></span> and return the usual error messages:<br>/usr/bin/php_beautifier -s4 -l "ArrayNested() NewLines(before=if:switch:while:for:foreach:function:T_CLASS:return:break,after=T_COMMENT) IndentStyles(style=k&r)"<br>nor<br>php -d error_reporting='E_ALL & ~(E_STRICT|E_DEPRECATED|E_NOTICE)' /usr/bin/php_beautifier -s4 -l "ArrayNested() NewLines(before=if:switch:while:for:foreach:function:T_CLASS:return:break,after=T_COMMENT) IndentStyles(style=k&r)"<br> </div> </div>  </div></body></html>