<?php $array = [1,2,3,4]; $constructs = ["echo", "print", "isset", "require", "require_once", "include", "include_once"]; foreach($constructs as $construct){ array_map($construct,$array); }
You have javascript disabled. You will not be able to edit any code.