xref
: /
PHP-8.1
/
Zend
/
tests
/
bug67436
/
c.inc
(revision f8d79582)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
class c {
4
const TESTCONSTANT = "c::TESTCONSTANT";
5
}
6