I think its fixed

This commit is contained in:
2018-07-17 20:53:22 +01:00
parent 7dcf01fdf6
commit 063a5cffb7
5 changed files with 15 additions and 2 deletions

5
test2.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
echo __FILE__ . ' - ' . __LINE__ . PHP_EOL;
require_once('test3.php');
echo __FILE__ . ' - ' . __LINE__ . PHP_EOL;
?>