php-src/ext/spl/tests/testclass.class.inc
2012-10-10 10:44:34 +08:00

9 lines
53 B
PHP

<?php
echo __FILE__ . "\n";
class TestClass
{
}
?>