Home
last modified time | relevance | path

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

/PHP-8.2/build/
H A Dgen_stub.php110 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($arginfoFile,…
133 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($legacyFile, …
164 public bool $forceRegeneration = false; variable in Context
4676 $context->forceRegeneration = isset($options["f"]) || isset($options["force-regeneration"]);
4677 $context->forceParse = $context->forceRegeneration || $printParameterStats || $verify || $generateC…

Completed in 26 milliseconds