3v4l.org

run code in 300+ PHP versions simultaneously
<?php $defaults = array('hi'=>1, 'hi2'=>2); $args = array('hi'=>11, 'this'=>33); $args += $defaults; extract($args); print_r($args); echo $hi, $hi2, $this;

preferences:
44.14 ms | 402 KiB | 5 Q