Searched refs:forceRegeneration (Results 1 – 1 of 1) sorted by relevance
58 …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 Context1826 $context->forceRegeneration = isset($options["f"]) || isset($options["force-regeneration"]);1827 $context->forceParse = $context->forceRegeneration || $printParameterStats || $verify || $generateM…
Completed in 8 milliseconds