Searched refs:array_merge (Results 1 – 9 of 9) sorted by relevance
/PHP-Parser/test/code/formatPreservation/ |
H A D | indent.test | 40 array_merge( 51 \Compat::array_merge([
|
/PHP-Parser/test/PhpParser/ |
H A D | CodeTestAbstract.php | 19 $allTests[$dataSetName] = array_merge([$name], $parts, [$mode]);
|
H A D | CodeTestParser.php | 30 $tests[] = [$mode, array_merge($chunk, [$lastPart])];
|
H A D | PrettyPrinterTest.php | 249 return array_merge(
|
/PHP-Parser/lib/PhpParser/Builder/ |
H A D | Interface_.php | 90 'stmts' => array_merge($this->constants, $this->methods),
|
H A D | Trait_.php | 78 … 'stmts' => array_merge($this->uses, $this->constants, $this->properties, $this->methods),
|
H A D | Enum_.php | 112 'stmts' => array_merge($this->uses, $this->enumCases, $this->constants, $this->methods),
|
H A D | Class_.php | 147 … 'stmts' => array_merge($this->uses, $this->constants, $this->properties, $this->methods),
|
/PHP-Parser/lib/PhpParser/ |
H A D | ConstExprEvaluator.php | 8 use function array_merge; alias 157 $array = array_merge($array, $this->evaluate($item->value));
|
Completed in 17 milliseconds