Home
last modified time | relevance | path

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

/PHP-8.0/build/
H A Dgen_stub.php58 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($arginfoFile,…
67 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($legacyFile, …
100 public $forceRegeneration = false; variable in Context
1826 $context->forceRegeneration = isset($options["f"]) || isset($options["force-regeneration"]);
1827 $context->forceParse = $context->forceRegeneration || $printParameterStats || $verify || $generateM…

Completed in 7 milliseconds