iterationStack[] = [ 'or' => false, 'uid' => $uid, 'token' => 'endfor', ]; return ""; case "endfor": if ( end($context->iterationStack)['or'] === false ) { $output = ""; } else { $output = ""; } array_pop($context->iterationStack); return $output; } } }