mirror of
https://github.com/php/php-src.git
synced 2026-04-26 09:28:21 +02:00
4aabfe911e
This reverts commit 6eedacdf15.
5 lines
65 B
PHP
5 lines
65 B
PHP
#!/usr/bin/env php
|
|
<?php
|
|
declare(strict_types=1);
|
|
echo "Test\n";
|