Hello!

Goodbye!

<?php

use Namespace\Class;

echo "Just testing syntax highlighting..";

$class = new Class();

$static = Class::static();

if (true) {
    return false;
} else {
    return null;
}