<?php function takes_array($input) { echo "$input[0] + $input[1] = ", $input[0]+$input[1]; } takes_array("Hello");
You have javascript disabled. You will not be able to edit any code.