// comment
$text = "Hello, World!"
$digit = 3.1415;
a(+ c)
abs(num);
global $database;
if (x === false and y === false) { }
if (true) { } else { }
while (true) { }
if (x == 5) continue;
include("test.php");
int test = 5;
object test = null;
public function test() {}