1<?php
2
3$a = 1;
4$b = 2;
5if ($a == $b) {
6    include __DIR__ . "/preload_include_dummy.inc";
7}
8