Home
last modified time | relevance | path

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

/php-src/build/
H A Dgen_stub.php77 $stubCode = file_get_contents($stubFile);
78 $stubHash = computeStubHash($stubCode);
88 $stubContent = $stubCode ?? file_get_contents($stubFile);
159 function computeStubHash(string $stubCode): string { argument
160 return sha1(str_replace("\r\n", "\n", $stubCode));

Completed in 19 milliseconds