Home
last modified time | relevance | path

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

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

Completed in 9 milliseconds