Home
last modified time | relevance | path

Searched defs:getType (Results 1 – 25 of 169) sorted by relevance

1234567

/PHP-Parser/lib/PhpParser/Node/
H A DVarLikeIdentifier.php13 public function getType(): string { function in PhpParser\\Node\\VarLikeIdentifier
/PHP-Parser/lib/PhpParser/Node/Expr/AssignOp/
H A DMinus.php8 public function getType(): string { function in PhpParser\\Node\\Expr\\AssignOp\\Minus
H A DMod.php8 public function getType(): string { function in PhpParser\\Node\\Expr\\AssignOp\\Mod
H A DMul.php8 public function getType(): string { function in PhpParser\\Node\\Expr\\AssignOp\\Mul
H A DPlus.php8 public function getType(): string { function in PhpParser\\Node\\Expr\\AssignOp\\Plus
H A DPow.php8 public function getType(): string { function in PhpParser\\Node\\Expr\\AssignOp\\Pow
H A DShiftLeft.php8 public function getType(): string { function in PhpParser\\Node\\Expr\\AssignOp\\ShiftLeft
H A DShiftRight.php8 public function getType(): string { function in PhpParser\\Node\\Expr\\AssignOp\\ShiftRight
H A DBitwiseAnd.php8 public function getType(): string { function in PhpParser\\Node\\Expr\\AssignOp\\BitwiseAnd
H A DBitwiseOr.php8 public function getType(): string { function in PhpParser\\Node\\Expr\\AssignOp\\BitwiseOr
H A DBitwiseXor.php8 public function getType(): string { function in PhpParser\\Node\\Expr\\AssignOp\\BitwiseXor
H A DCoalesce.php8 public function getType(): string { function in PhpParser\\Node\\Expr\\AssignOp\\Coalesce
H A DConcat.php8 public function getType(): string { function in PhpParser\\Node\\Expr\\AssignOp\\Concat
H A DDiv.php8 public function getType(): string { function in PhpParser\\Node\\Expr\\AssignOp\\Div
/PHP-Parser/lib/PhpParser/Node/Expr/Cast/
H A DArray_.php8 public function getType(): string { function in PhpParser\\Node\\Expr\\Cast\\Array_
H A DBool_.php8 public function getType(): string { function in PhpParser\\Node\\Expr\\Cast\\Bool_
H A DInt_.php8 public function getType(): string { function in PhpParser\\Node\\Expr\\Cast\\Int_
H A DObject_.php8 public function getType(): string { function in PhpParser\\Node\\Expr\\Cast\\Object_
H A DString_.php8 public function getType(): string { function in PhpParser\\Node\\Expr\\Cast\\String_
H A DUnset_.php8 public function getType(): string { function in PhpParser\\Node\\Expr\\Cast\\Unset_
/PHP-Parser/lib/PhpParser/Node/Expr/BinaryOp/
H A DBitwiseAnd.php12 public function getType(): string { function in PhpParser\\Node\\Expr\\BinaryOp\\BitwiseAnd
H A DBitwiseXor.php12 public function getType(): string { function in PhpParser\\Node\\Expr\\BinaryOp\\BitwiseXor
H A DCoalesce.php12 public function getType(): string { function in PhpParser\\Node\\Expr\\BinaryOp\\Coalesce
H A DConcat.php12 public function getType(): string { function in PhpParser\\Node\\Expr\\BinaryOp\\Concat
H A DIdentical.php12 public function getType(): string { function in PhpParser\\Node\\Expr\\BinaryOp\\Identical

Completed in 21 milliseconds

1234567