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