preload_include.inc 93 B

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