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