Return to
constants_basic_003.inc
CVS log
Up to
[ELWIX - Embedded LightWeight unIX -]
/
embedaddon
/
php
/
tests
/
classes
Annotation of embedaddon/php/tests/classes/constants_basic_003.inc, revision 1.1
1.1
! misho 1: <?php
! 2: class A {
! 3: const MY_CONST = "hello from A";
! 4: }
! 5: ?>
FreeBSD-CVSweb <
freebsd-cvsweb@FreeBSD.org
>