summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/preload_include.inc
blob: 95369e7b6a279b53024aadcccf9d0fc12e7e478d (plain)
1
2
3
4
5
6
7
<?php

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