Home
last modified time | relevance | path

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

/PHP-8.3/build/
H A Dgen_stub.php112 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($arginfoFile,…
135 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($legacyFile, …
166 public bool $forceRegeneration = false; variable in Context
4960 $context->forceRegeneration = isset($options["f"]) || isset($options["force-regeneration"]);
4961 $context->forceParse = $context->forceRegeneration || $printParameterStats || $verify || $generateC…

Completed in 34 milliseconds