Searched refs:stubHash (Results 1 – 1 of 1) sorted by relevance
78 $stubHash = computeStubHash($stubCode);80 if ($stubHash === $oldStubHash && !$context->forceParse) {120 $stubHash122 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($arginfoFile,…145 $stubHash147 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($legacyFile, …5217 string $stubHash argument5220 . " * Stub hash: $stubHash */\n";
Completed in 20 milliseconds