Home
last modified time | relevance | path

Searched refs:forceRegeneration (Results 1 – 1 of 1) sorted by relevance

/PHP-8.4/build/
H A Dgen_stub.php130 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($arginfoFile,…
155 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($legacyFile, …
186 public bool $forceRegeneration = false; variable in Context
6043 $context->forceRegeneration = isset($options["f"]) || isset($options["force-regeneration"]);
6044 $context->forceParse = $context->forceRegeneration || $printParameterStats || $verify || $verifyMan…

Completed in 21 milliseconds