Home
last modified time | relevance | path

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

/PHP-Parser/test/code/formatPreservation/
H A Dindent.test40 array_merge(
51 \Compat::array_merge([
/PHP-Parser/test/PhpParser/
H A DCodeTestAbstract.php19 $allTests[$dataSetName] = array_merge([$name], $parts, [$mode]);
H A DCodeTestParser.php30 $tests[] = [$mode, array_merge($chunk, [$lastPart])];
H A DPrettyPrinterTest.php249 return array_merge(
/PHP-Parser/lib/PhpParser/Builder/
H A DInterface_.php90 'stmts' => array_merge($this->constants, $this->methods),
H A DTrait_.php78 … 'stmts' => array_merge($this->uses, $this->constants, $this->properties, $this->methods),
H A DEnum_.php112 'stmts' => array_merge($this->uses, $this->enumCases, $this->constants, $this->methods),
H A DClass_.php147 … 'stmts' => array_merge($this->uses, $this->constants, $this->properties, $this->methods),
/PHP-Parser/lib/PhpParser/
H A DConstExprEvaluator.php8 use function array_merge; alias
157 $array = array_merge($array, $this->evaluate($item->value));

Completed in 17 milliseconds