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