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