php-src/Zend/tests/gh7771_1_definition.inc
Ilija Tovilo e3ef7bbbb8
Adjust filename/lineno for constant expressions
Closes GH-7771
Closes GH-8124
2022-03-09 18:41:04 +01:00

6 lines
70 B
PHP

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