Home
last modified time | relevance | path

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

/PHP-8.1/build/
H A Dgen_stub.php57 $stubCode = file_get_contents($stubFile);
58 $stubHash = computeStubHash($stubCode);
66 $fileInfo = parseStubFile($stubCode);
96 function computeStubHash(string $stubCode): string { argument
97 return sha1(str_replace("\r\n", "\n", $stubCode));

Completed in 11 milliseconds