Home
last modified time | relevance | path

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

/php-src/build/
H A Dgen_stub.php5552 function replacePredefinedConstants(string $targetDirectory, array $constMap, array &$undocumentedC… argument
5607 $stubConstant = $constMap[$manualConstantName] ?? null;
5647 $stubConstant = $constMap[$manualConstantName] ?? null;
5699 $undocumentedConstMap = array_diff_key($constMap, $documentedConstMap);

Completed in 19 milliseconds