Searched refs:stubFile (Results 1 – 1 of 1) sorted by relevance
48 function processStubFile(string $stubFile, Context $context): ?FileInfo { argument50 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 11 milliseconds