Searched refs:normalizeStringExpr (Results 1 – 1 of 1) sorted by relevance
354 $lastConcat = $this->normalizeStringExpr($exprs[0]);356 $lastConcat = new Concat($lastConcat, $this->normalizeStringExpr($exprs[$i]));364 private function normalizeStringExpr($expr): Expr { function in PhpParser\\BuilderFactory
Completed in 8 milliseconds