<?php

$a = 1;
$b = 2;
if ($a == $b) {
    include __DIR__ . "/preload_include_dummy.inc";
}
