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>