index
:
php
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
classes
/
constants_basic_003.inc
blob: be193e64f89a107a7bc8a2385e0c87a2e31bef46 (
plain
)
1
2
3
4
5
<
?php class A
{
const MY_CONST
=
"hello from A"
;
}
?
>