Searched refs:arginfoFile (Results 1 – 1 of 1) sorted by relevance
54 $arginfoFile = str_replace('.stub.php', '_arginfo.h', $stubFile);59 $oldStubHash = extractStubHash($arginfoFile);69 …forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($arginfoFile, $arginfoCode))…70 echo "Saved $arginfoFile\n";100 function extractStubHash(string $arginfoFile): ?string { argument101 if (!file_exists($arginfoFile)) {105 $arginfoCode = file_get_contents($arginfoFile);
Completed in 9 milliseconds