Home
last modified time | relevance | path

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

/PHP-8.3/build/
H A Dgen_stub.php69 $stubHash = computeStubHash($stubCode);
71 if ($stubHash === $oldStubHash && !$context->forceParse) {
110 $stubHash
112 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($arginfoFile,…
133 $stubHash
135 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($legacyFile, …
4173 string $stubHash argument
4176 . " * Stub hash: $stubHash */\n";

Completed in 18 milliseconds