xref
: /
PHP-8.3
/
Zend
/
tests
/
gh7771_1_definition.inc
(revision e3ef7bbb)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
class Foo {
4
public const BAR = NonExistent::CLASS_CONSTANT;
5
}
6