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