Searched refs:arginfoFile (Results 1 – 1 of 1) sorted by relevance
63 $arginfoFile = "{$stubFilenameWithoutExtension}_arginfo.h";68 $oldStubHash = extractStubHash($arginfoFile);110 …forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($arginfoFile, $arginfoCode))…111 echo "Saved $arginfoFile\n";149 function extractStubHash(string $arginfoFile): ?string { argument150 if (!file_exists($arginfoFile)) {154 $arginfoCode = file_get_contents($arginfoFile);
Completed in 36 milliseconds