Home
last modified time | relevance | path

Searched refs:stubHash (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/build/
H A Dgen_stub.php58 $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 { argument
2799 . " * Stub hash: $stubHash */\n";

Completed in 13 milliseconds