Searched refs:stubHash (Results 1 – 1 of 1) sorted by relevance
48 $stubHash = computeStubHash($stubCode);50 if ($stubHash === $oldStubHash && !$context->forceParse) {57 $arginfoCode = generateArgInfoCode($fileInfo, $stubHash);58 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($arginfoFile,…66 $arginfoCode = generateArgInfoCode($fileInfo, $stubHash);67 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($legacyFile, …1495 function generateArgInfoCode(FileInfo $fileInfo, string $stubHash): string { argument1497 . " * Stub hash: $stubHash */\n";
Completed in 9 milliseconds