Lines Matching refs:block
281 $block = $this->pushBlock($this->fixTags([$tag]));
282 $block->args = $args;
283 $block->isVararg = $isVararg;
284 if (!empty($guards)) $block->guards = $guards;
302 $block = $this->pop();
309 if (is_null($block->type)) {
311 if (!isset($block->args)) {
312 foreach ($block->tags as $tag) {
320 foreach ($block->tags as $tag) {
322 $this->env->children[$tag][] = $block;
328 $this->append(['block', $block], $s);