<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt">> For now, use the workaround Colomban recommended by changing the command to (all on one line):<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;"><br>  >php -d error_reporting='E_ALL & ~(E_STRICT|E_DEPRECATED|E_NOTICE)' php_beautifier -s4 -l "..."<br><br>>Or change it to (untested):<br><br>  >php_beautifier -s4 -l "..." 2>/dev/null<br><br>Tried but without success: with the first string the selection is not changed nor there are error messages;<br>with the second string I obtain the same error messages posted by me but, more, a last message as this:<br>"Nov 28 20:28:54 php_beautifier [error] Can't match any file"<br> </div> </div>  </div></body></html>