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