Home
last modified time | relevance | path

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

/php-src/scripts/dev/
H A Dtidy.php121 function transformTestCode(string $code, callable $transformer): string { argument
129 function(array $matches) use($transformer) {
130 return $matches[1] . $transformer($matches[2]);

Completed in 4 milliseconds