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