Searched refs:stubHash (Results 1 – 1 of 1) sorted by relevance
58 $stubHash = computeStubHash($stubCode);60 if ($stubHash === $oldStubHash && !$context->forceParse) {68 $arginfoCode = generateArgInfoCode($fileInfo, $stubHash);69 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($arginfoFile,…83 $arginfoCode = generateArgInfoCode($legacyFileInfo, $stubHash);84 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($legacyFile, …2797 function generateArgInfoCode(FileInfo $fileInfo, string $stubHash): string { argument2799 . " * Stub hash: $stubHash */\n";
Completed in 13 milliseconds