Home
last modified time | relevance | path

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

/PHP-8.0/build/
H A Dgen_stub.php38 function processStubFile(string $stubFile, Context $context): ?FileInfo { argument
40 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 8 milliseconds