Home
last modified time | relevance | path

Searched defs:stmts (Results 1 – 25 of 31) sorted by relevance

12

/PHP-Parser/lib/PhpParser/
H A DPrettyPrinter.php15 public function prettyPrint(array $stmts): string;
33 public function prettyPrintFile(array $stmts): string;
50 … public function printFormatPreserving(array $stmts, array $origStmts, array $origTokens): string;
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DElse_.php9 public array $stmts; variable in PhpParser\\Node\\Stmt\\Else_
17 public function __construct(array $stmts = [], array $attributes = []) {
H A DFinally_.php9 public array $stmts; variable in PhpParser\\Node\\Stmt\\Finally_
17 public function __construct(array $stmts = [], array $attributes = []) {
H A DBlock.php9 public array $stmts; variable in PhpParser\\Node\\Stmt\\Block
17 public function __construct(array $stmts, array $attributes = []) {
H A DDo_.php9 public array $stmts; variable in PhpParser\\Node\\Stmt\\Do_
20 public function __construct(Node\Expr $cond, array $stmts = [], array $attributes = []) {
H A DElseIf_.php11 public array $stmts; variable in PhpParser\\Node\\Stmt\\ElseIf_
20 public function __construct(Node\Expr $cond, array $stmts = [], array $attributes = []) {
H A DCase_.php11 public array $stmts; variable in PhpParser\\Node\\Stmt\\Case_
20 public function __construct(?Node\Expr $cond, array $stmts = [], array $attributes = []) {
H A DWhile_.php11 public array $stmts; variable in PhpParser\\Node\\Stmt\\While_
20 public function __construct(Node\Expr $cond, array $stmts = [], array $attributes = []) {
H A DDeclare_.php12 public ?array $stmts; variable in PhpParser\\Node\\Stmt\\Declare_
21 public function __construct(array $declares, ?array $stmts = null, array $attributes = []) {
H A DTryCatch.php9 public array $stmts; variable in PhpParser\\Node\\Stmt\\TryCatch
23 …public function __construct(array $stmts, array $catches, ?Finally_ $finally = null, array $attrib…
H A DNamespace_.php15 public $stmts; variable in PhpParser\\Node\\Stmt\\Namespace_
24 … public function __construct(?Node\Name $name = null, ?array $stmts = [], array $attributes = []) {
H A DCatch_.php14 public array $stmts; variable in PhpParser\\Node\\Stmt\\Catch_
25 array $types, ?Expr\Variable $var = null, array $stmts = [], array $attributes = []
H A DFor_.php15 public array $stmts; variable in PhpParser\\Node\\Stmt\\For_
H A DIf_.php11 public array $stmts; variable in PhpParser\\Node\\Stmt\\If_
H A DForeach_.php17 public array $stmts; variable in PhpParser\\Node\\Stmt\\Foreach_
H A DClassLike.php12 public array $stmts; variable in PhpParser\\Node\\Stmt\\ClassLike
H A DFunction_.php18 public array $stmts; variable in PhpParser\\Node\\Stmt\\Function_
/PHP-Parser/bin/
H A Dphp-parse58 $stmts = $parser->parse($code, $errorHandler); variable
68 $stmts = $parser->parse($code); variable
91 $stmts = $traverser->traverse($stmts); variable
/PHP-Parser/lib/PhpParser/Internal/
H A DPrintableNewAnonClassNode.php30 public array $stmts; variable in PhpParser\\Internal\\PrintableNewAnonClassNode
42 array $stmts, array $attributes
/PHP-Parser/tools/fuzzing/
H A Dtarget.php104 $stmts = $parser->parse($input); variable
108 $stmts = $traverser->traverse($stmts); variable
/PHP-Parser/lib/PhpParser/Builder/
H A DDeclaration.php28 public function addStmts(array $stmts) {
H A DNamespace_.php13 private array $stmts = []; variable in PhpParser\\Builder\\Namespace_
H A DFunction_.php13 protected array $stmts = []; variable in PhpParser\\Builder\\Function_
H A DMethod.php17 protected ?array $stmts = []; variable in PhpParser\\Builder\\Method
/PHP-Parser/lib/PhpParser/Node/Expr/
H A DClosure.php22 public array $stmts; variable in PhpParser\\Node\\Expr\\Closure

Completed in 19 milliseconds

12