Home
last modified time | relevance | path

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

/PHP-8.4/build/
H A Dgen_stub.php74 $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 { argument
172 if (!file_exists($arginfoFile)) {
176 $arginfoCode = file_get_contents($arginfoFile);

Completed in 19 milliseconds