Searched refs:stubHash (Results 1 – 1 of 1) sorted by relevance
67 $stubHash = computeStubHash($stubCode);69 if ($stubHash === $oldStubHash && !$context->forceParse) {108 $stubHash110 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($arginfoFile,…131 $stubHash133 …if (($context->forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($legacyFile, …3957 string $stubHash argument3960 . " * Stub hash: $stubHash */\n";
Completed in 22 milliseconds