Searched refs:stubCode (Results 1 – 1 of 1) sorted by relevance
57 $stubCode = file_get_contents($stubFile);58 $stubHash = computeStubHash($stubCode);66 $fileInfo = parseStubFile($stubCode);96 function computeStubHash(string $stubCode): string { argument97 return sha1(str_replace("\r\n", "\n", $stubCode));
Completed in 11 milliseconds