Some tests for PSharp/psharp#2
This commit is contained in:
8
test/more/a.php
Normal file
8
test/more/a.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
|
||||
echo '[more/a] file: ' . __FILE__ . ', line: ' . __LINE__ . ', dir: ' . __DIR__ . PHP_EOL;
|
||||
require_once 'b.php';
|
||||
echo '[more/a] file: ' . __FILE__ . ', line: ' . __LINE__ . ', dir: ' . __DIR__ . PHP_EOL;
|
Reference in New Issue
Block a user