xref
: /
php-src
/
ext
/
opcache
/
tests
/
preload_undef_const.inc
(revision ade9d5e9)
Home
History
Annotate
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
class Foo {
3
const A = self::DOES_NOT_EXIST;
4
}
5