6 lines
73 B
PHP
6 lines
73 B
PHP
<?php
|
|
|
|
include 'test.include2.php';
|
|
|
|
echo 'test.include' . PHP_EOL;
|