mirror of
https://github.com/php/php-src.git
synced 2026-04-23 07:58:20 +02:00
ade9d5e95b
Related to bug #77615.
5 lines
56 B
PHP
5 lines
56 B
PHP
<?php
|
|
class Foo {
|
|
const A = self::DOES_NOT_EXIST;
|
|
}
|