Home
last modified time | relevance | path

Searched refs:init (Results 1 – 8 of 8) sorted by relevance

/PHP-Parser/test/code/parser/stmt/loop/
H A Dfor.test20 init: array(
54 init: array(
85 init: array(
98 init: array(
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DFor_.php9 public array $init; variable in PhpParser\\Node\\Stmt\\For_
34 $this->init = $subNodes['init'] ?? [];
/PHP-Parser/grammar/
H A Dphp.y136 | /* empty */ { init(); }
221 attribute_decl { init($1); }
230 attribute { init($1); }
282 | unprefixed_use_declaration { init($1); }
291 | use_declaration { init($1); }
355 | /* empty */ { init(); }
419 /* empty */ { init(); }
583 /* empty */ { init(); }
622 /* empty */ { init(); }
631 /* empty */ { init(); }
[all …]
/PHP-Parser/lib/PhpParser/Internal/
H A DTokenPolyfill.php125 self::init();
218 private static function init(): void { function in PhpParser\\Internal\\TokenPolyfill
/PHP-Parser/test/code/parser/stmt/
H A DblocklessStatement.test56 init: array(
/PHP-Parser/test/code/parser/expr/
H A DarraySpread.test108 init: array(
/PHP-Parser/test/code/parser/errorHandling/
H A Drecovery.test790 init: array(
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php917 . $this->pCommaSeparated($node->init) . ';' . (!empty($node->cond) ? ' ' : '')

Completed in 21 milliseconds