Home
last modified time | relevance | path

Searched refs:arginfoFile (Results 1 – 1 of 1) sorted by last modified time

/PHP-8.1/build/
H A Dgen_stub.php54 $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 { argument
101 if (!file_exists($arginfoFile)) {
105 $arginfoCode = file_get_contents($arginfoFile);

Completed in 17 milliseconds