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) {
119 $stubHash
121 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($arginfoFile,…
144 $stubHash
146 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($legacyFile, …
4953 string $stubHash argument
4956 . " * Stub hash: $stubHash */\n";

Completed in 19 milliseconds