Home
last modified time | relevance | path

Searched refs:arginfoFile (Results 1 – 1 of 1) sorted by relevance

/php-src/build/
H A Dgen_stub.php74 $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 { argument
164 if (!file_exists($arginfoFile)) {
168 $arginfoCode = file_get_contents($arginfoFile);

Completed in 30 milliseconds