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