aboutsummaryrefslogtreecommitdiffhomepage
path: root/lexilla/test/examples/hypertext/apostophe.php
blob: ade729bfaaa6c1ad021d05d039aebfbe02b56272 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?php
# Test that currently fails as comment style not started in a number.
# line-comment
// line-comment
/* comment */
$foo = 0#comment
$foo = 0//comment
$foo = 0/*'*/;
?>

<br />