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