Does not recognize php or die language construct
Brought to you by:
mr_milk
When submitting an php line like
$connection=mysql_connect($mysqlhost, $mysqluser, mysqlpwd) or die("Connection failed");
through phpStylist it becomes
$connection=mysql_connect($mysqlhost, $mysqluser, $mysqlpwd)ordie("Verbindungsversuch fehlgeschlagen");
I experienced the same. Would be great, if this could be fixed. A workaround is checking the option "space around boolean operators".