Home
last modified time | relevance | path

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

/php-src/build/
H A Dgen_stub.php78 $stubHash = computeStubHash($stubCode);
80 if ($stubHash === $oldStubHash && !$context->forceParse) {
120 $stubHash
122 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($arginfoFile,…
145 $stubHash
147 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($legacyFile, …
5217 string $stubHash argument
5220 . " * Stub hash: $stubHash */\n";

Completed in 20 milliseconds