diff --git a/test.php b/test.php new file mode 100644 index 0000000..6153388 --- /dev/null +++ b/test.php @@ -0,0 +1,59 @@ +doNothing(); + + $c = $a + $b; + $a = $c - $b; + + $c = $a * $b; + $b = (int) ($c / $a); + + return $c; + } +} + +/* + * Multi-line comment + */ +$foobar = new FooBar(); + +$x = 3; + +// Heredoc +$sql = <<{x} +TEMPLATE; + +?> + + +

+ +