Home
last modified time | relevance | path

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

/PHP-8.0/build/
H A Dgen_stub.php47 $stubCode = file_get_contents($stubFile);
48 $stubHash = computeStubHash($stubCode);
56 $fileInfo = parseStubFile($stubCode);
79 function computeStubHash(string $stubCode): string { argument
80 return sha1(str_replace("\r\n", "\n", $stubCode));

Completed in 6 milliseconds