<?php func_num_args(): int
<?php public function __construct($context = array(), $loop = null) { if (($context instanceof LoopInterface || $context === null) && (\func_num_args() <= 1 || \is_array($loop))) { $swap = $loop === null ? array(): $loop; $loop = $context; $context = $swap;