Home
last modified time | relevance | path

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

/PHP-8.1/build/
H A Dgen_stub.php48 function processStubFile(string $stubFile, Context $context): ?FileInfo { argument
50 if (!file_exists($stubFile)) {
51 throw new Exception("File $stubFile does not exist");
54 $arginfoFile = str_replace('.stub.php', '_arginfo.h', $stubFile);
55 $legacyFile = str_replace('.stub.php', '_legacy_arginfo.h', $stubFile);
57 $stubCode = file_get_contents($stubFile);
91 echo "In $stubFile:\n{$e->getMessage()}\n";

Completed in 16 milliseconds