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

1.1       misho       1: <?php
                      2: 
                      3: class autoload_implements implements autoload_interface {
                      4:        function testFunction()
                      5:        {
                      6:                return true;
                      7:        }
                      8: }
                      9: 
                     10: ?>

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