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