Home
last modified time | relevance | path

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

/PHP-8.2/build/
H A Dgen_stub.php63 $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 { argument
150 if (!file_exists($arginfoFile)) {
154 $arginfoCode = file_get_contents($arginfoFile);

Completed in 16 milliseconds