mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
9 lines
No EOL
53 B
PHP
Executable file
9 lines
No EOL
53 B
PHP
Executable file
<?php
|
|
|
|
echo __FILE__ . "\n";
|
|
|
|
class TestClass
|
|
{
|
|
}
|
|
|
|
?>
|