Searched refs:arginfoFile (Results 1 – 1 of 1) sorted by relevance
74 $arginfoFile = "{$stubFilenameWithoutExtension}_arginfo.h";79 $oldStubHash = extractStubHash($arginfoFile);122 …forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($arginfoFile, $arginfoCode))…123 echo "Saved $arginfoFile\n";163 function extractStubHash(string $arginfoFile): ?string { argument164 if (!file_exists($arginfoFile)) {168 $arginfoCode = file_get_contents($arginfoFile);
Completed in 30 milliseconds