7 lines
78 B
PHP
Executable File
7 lines
78 B
PHP
Executable File
#!/usr/bin/env php
|
|
<?php
|
|
|
|
include 'test.include.php';
|
|
|
|
echo 'test' . PHP_EOL;
|