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