<?php
class Foo {
    const A = self::DOES_NOT_EXIST;
}
