1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00
Files
archived-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
{
}
?>