mirror of
https://github.com/php/php-src.git
synced 2024-12-12 19:33:31 +08:00
9 lines
53 B
PHP
9 lines
53 B
PHP
<?php
|
|
|
|
echo __FILE__ . "\n";
|
|
|
|
class TestClass
|
|
{
|
|
}
|
|
|
|
?>
|