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