<?php

enum Foo {
    public function __construct() {}
}

?>