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.php67 $stubHash = computeStubHash($stubCode);
69 if ($stubHash === $oldStubHash && !$context->forceParse) {
108 $stubHash
110 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($arginfoFile,…
131 $stubHash
133 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($legacyFile, …
3957 string $stubHash argument
3960 . " * Stub hash: $stubHash */\n";

Completed in 22 milliseconds