Home
last modified time | relevance | path

Searched defs:attributes (Results 1 – 25 of 121) sorted by relevance

12345

/PHP-Parser/test/PhpParser/
H A DNodeAbstractTest.php10 public function __construct($subNode1, $subNode2, $notSubNode, $attributes) {
53 public function testConstruct(array $attributes, Node $node) {
78 public function testGetDocComment(array $attributes, Node $node) {
122 public function testChange(array $attributes, DummyNode $node) {
140 public function testIteration(array $attributes, Node $node) {
/PHP-Parser/lib/PhpParser/Node/Scalar/
H A DFloat_.php17 public function __construct(float $value, array $attributes = []) {
29 public static function fromString(string $str, array $attributes = []): Float_ {
H A DInt_.php24 public function __construct(int $value, array $attributes = []) {
42 …public static function fromString(string $str, array $attributes = [], bool $allowInvalidOctal = f…
H A DMagicConst.php13 public function __construct(array $attributes = []) {
/PHP-Parser/lib/PhpParser/
H A DError.php8 protected array $attributes; variable in PhpParser\\Error
16 public function __construct(string $message, array $attributes = []) {
65 public function setAttributes(array $attributes): void {
H A DNodeAbstract.php7 protected array $attributes; variable in PhpParser\\NodeAbstract
14 public function __construct(array $attributes = []) {
171 public function setAttributes(array $attributes): void {
/PHP-Parser/lib/PhpParser/Node/
H A DVariadicPlaceholder.php16 public function __construct(array $attributes = []) {
H A DIntersectionType.php15 public function __construct(array $types, array $attributes = []) {
H A DUnionType.php15 public function __construct(array $types, array $attributes = []) {
H A DNullableType.php17 public function __construct(Node $type, array $attributes = []) {
H A DAttributeGroup.php15 public function __construct(array $attrs, array $attributes = []) {
/PHP-Parser/lib/PhpParser/Node/Expr/
H A DError.php19 public function __construct(array $attributes = []) {
H A DCast.php17 public function __construct(Expr $expr, array $attributes = []) {
H A DBooleanNot.php17 public function __construct(Expr $expr, array $attributes = []) {
H A DClone_.php17 public function __construct(Expr $expr, array $attributes = []) {
H A DEmpty_.php17 public function __construct(Expr $expr, array $attributes = []) {
H A DErrorSuppress.php17 public function __construct(Expr $expr, array $attributes = []) {
H A DEval_.php17 public function __construct(Expr $expr, array $attributes = []) {
H A DIsset_.php17 public function __construct(array $vars, array $attributes = []) {
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DTrait_.php20 public function __construct($name, array $subNodes = [], array $attributes = []) {
H A DConst_.php17 public function __construct(array $consts, array $attributes = []) {
H A DEcho_.php17 public function __construct(array $exprs, array $attributes = []) {
H A DElse_.php17 public function __construct(array $stmts = [], array $attributes = []) {
H A DExpression.php20 public function __construct(Node\Expr $expr, array $attributes = []) {
H A DFinally_.php17 public function __construct(array $stmts = [], array $attributes = []) {

Completed in 28 milliseconds

12345