mirror of
https://github.com/php/php-src.git
synced 2026-03-24 16:22:37 +01:00
8 lines
93 B
PHP
8 lines
93 B
PHP
<?php
|
|
|
|
$a = 1;
|
|
$b = 2;
|
|
if ($a == $b) {
|
|
include __DIR__ . "/preload_include_dummy.inc";
|
|
}
|