xref
: /
PHP-7.2
/
tests
/
classes
/
constants_basic_003.inc
(revision 902d39a3)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
class A {
3
const MY_CONST = "hello from A";
4
}
5
?>
6