3v4l.org

run code in 300+ PHP versions simultaneously
<?php function test() { return ['variable' => 11, 'variable1' => 12]; } extract(test()); echo $variable.'--'.$variable1;

preferences:
30.83 ms | 404 KiB | 5 Q