Warning, /frameworks/syntax-highlighting/autotests/input/test.css is written in an unsupported language. File is not indexed.

0001 h1 {
0002     text-color: "red";
0003 }
0004 
0005 /* PHP code, invalid in CSS context */
0006 for() 
0007 
0008 <?php echo("hello"); 
0009 
0010 // valid code in PHP context
0011 for()
0012 
0013 ?>
0014 
0015 h2 {
0016     text-weight: bold;
0017 }
0018