Files
static-php-cli/src/globals/common-tests/embed.php

5 lines
56 B
PHP
Raw Normal View History

2024-12-10 23:08:01 +08:00
<?php
declare(strict_types=1);
echo 'hello' . PHP_EOL;