summaryrefslogtreecommitdiff
path: root/poc/poc01-parsing-includes/src/php-weave/to_parse.php
blob: 7b953d51fef687939a7d53092ceec8c6f0459256 (plain)
1
2
3
4
5
<?php
if (1){
include('./inc.php');
}
?>