1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 16:22:37 +01:00
Files
archived-php-src/ext/opcache/tests/preload_include.inc
2019-02-15 17:36:40 +01:00

8 lines
93 B
PHP

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