xref: /PHP-7.3/ext/spl/tests/testclass.class.inc (revision 1c850bfc)
1<?php
2
3echo __FILE__ . "\n";
4
5class TestClass
6{
7}
8
9?>
10