Searched refs:stubFile (Results 1 – 1 of 1) sorted by relevance
38 function processStubFile(string $stubFile, Context $context): ?FileInfo { argument40 if (!file_exists($stubFile)) {41 throw new Exception("File $stubFile does not exist");44 $arginfoFile = str_replace('.stub.php', '_arginfo.h', $stubFile);45 $legacyFile = str_replace('.stub.php', '_legacy_arginfo.h', $stubFile);47 $stubCode = file_get_contents($stubFile);74 echo "In $stubFile:\n{$e->getMessage()}\n";
Completed in 10 milliseconds