These two code snippets fail: # Snippet 1 ``` <?php $str = array("Foo", "Bar"); echo "Name: {$str[($str[1]) ? 1 : 0]}"; // Should echo "Name: Bar" ?> ``` > The text `"($str[1"` appears highlighted as a syntax error. # Snippet 2 ``` <?php $insert = mysql_query("INSERT INTO `catalogue` SET `model`='{$_POST["page_row{$count}_model"]}', `type`='{$_POST["page_row{$count}_type"]}', `updated`=UNIX_TIMESTAMP() ;"); ?> ``` > Everything in the document after this snippet is treated as a string. [Mailing list thread about this](http://lists.macromates.com/textmate/2010-January/030384.html).