3v4l.org

run code in 300+ PHP versions simultaneously
<?php function two_args($one, $two) { var_dump($one, $two); } two_args('spam', 'eggs'); two_args('ham');

preferences:
33.91 ms | 404 KiB | 5 Q