Home
last modified time | relevance | path

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

/PHP-8.2/build/
H A Dgen_stub.php70 $stubHash = computeStubHash($stubCode);
72 if ($stubHash === $oldStubHash && !$context->forceParse) {
111 $stubHash
113 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($arginfoFile,…
134 $stubHash
136 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($legacyFile, …
4693 string $stubHash argument
4696 . " * Stub hash: $stubHash */\n";

Completed in 32 milliseconds