You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
338 B
12 lines
338 B
2 400 0 + <?php
|
|
0 401 0 | # Test that currently fails as comment style not started in a number.
|
|
0 401 0 | # line-comment
|
|
0 401 0 | // line-comment
|
|
0 401 0 | /* comment */
|
|
0 401 0 | $foo = 0#comment
|
|
0 401 0 | $foo = 0//comment
|
|
0 401 0 | $foo = 0/*'*/;
|
|
0 401 0 | ?>
|
|
1 400 0
|
|
0 400 0 <br />
|
|
0 400 0 |