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