Home
last modified time | relevance | path

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

/PHP-8.3/build/
H A Dgen_stub.php65 $arginfoFile = "{$stubFilenameWithoutExtension}_arginfo.h";
70 $oldStubHash = extractStubHash($arginfoFile);
112 …forceRegeneration || $stubHash !== $oldStubHash) && file_put_contents($arginfoFile, $arginfoCode))…
113 echo "Saved $arginfoFile\n";
151 function extractStubHash(string $arginfoFile): ?string { argument
152 if (!file_exists($arginfoFile)) {
156 $arginfoCode = file_get_contents($arginfoFile);

Completed in 16 milliseconds