Annotation of embedaddon/php/ext/spl/tests/testclass.class.inc, revision 1.1.1.1

1.1       misho       1: <?php
                      2: 
                      3: echo __FILE__ . "\n";
                      4: 
                      5: class TestClass
                      6: {
                      7: }
                      8: 
                      9: ?>

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