xref
: /
PHP-8.1
/
ext
/
opcache
/
tests
/
preload_include.inc
(revision 970dcd24)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
<?php
2
3
$a = 1;
4
$b = 2;
5
if ($a == $b) {
6
include __DIR__ . "/
preload_include_dummy.inc
";
7
}
8