ru_php/Zend/tests/constexpr/gh7771_1_definition.inc

6 lines
70 B
PHP
Raw Permalink Normal View History

<?php
class Foo {
public const BAR = NonExistent::CLASS_CONSTANT;
}