mirror of
https://github.com/php/php-src.git
synced 2026-03-29 03:32:20 +02:00
9 lines
53 B
PHP
Executable File
9 lines
53 B
PHP
Executable File
<?php
|
|
|
|
echo __FILE__ . "\n";
|
|
|
|
class TestClass
|
|
{
|
|
}
|
|
|
|
?>
|