Create packer with recursive inclusion and deduplication
This commit is contained in:
5
test/test.include.php
Normal file
5
test/test.include.php
Normal file
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
|
||||
include 'test.include2.php';
|
||||
|
||||
echo 'test.include' . PHP_EOL;
|
Reference in New Issue
Block a user