Home
last modified time | relevance | path

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

/PHP-7.4/scripts/dev/
H A Dtidy.php112 function transformTestCode(string $code, callable $transformer): string { argument
120 function(array $matches) use($transformer) {
121 return $matches[1] . $transformer($matches[2]) . $matches[3];

Completed in 5 milliseconds