1<?php
2class Foo {
3    const A = self::DOES_NOT_EXIST;
4}
5