Home
last modified time | relevance | path

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

/PHP-8.1/build/
H A Dgen_stub.php69 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($arginfoFile,…
84 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($legacyFile, …
117 public $forceRegeneration = false; variable in Context
3310 $context->forceRegeneration = isset($options["f"]) || isset($options["force-regeneration"]);
3311 $context->forceParse = $context->forceRegeneration || $printParameterStats || $verify || $generateC…

Completed in 10 milliseconds