<?php $commands = [ 'echo "1";', 'echo "2";', 'echo "3";', ]; array_map('eval', $commands);
You have javascript disabled. You will not be able to edit any code.