<?php function two_args($one, $two) { var_dump($one, $two); } two_args('spam', 'eggs'); two_args('ham');
You have javascript disabled. You will not be able to edit any code.