12 lines
222 B
PHP
12 lines
222 B
PHP
#!/usr/bin/env php
|
|
<?php
|
|
|
|
include 'test.include.php';
|
|
include 'test2.include.php';
|
|
include 'test2.include.php';
|
|
include 'test.include.php';
|
|
include 'test2.include.php';
|
|
include 'test2.include.php';
|
|
|
|
echo 'test' . PHP_EOL;
|