Annotation of embedaddon/php/ext/standard/tests/serialize/autoload_interface.p5c, revision 1.1.1.1

1.1       misho       1: <?php
                      2: 
                      3: interface autoload_interface {
                      4:        function testFunction();
                      5: }
                      6: 
                      7: ?>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>