<?php // your code goes here $a = function (){ return [1, 2, 3, 4];}; [$b, $d, $e, $c] = $a(); echo "B: $b\n";echo "C: $c";
Standard input is empty
B: 1 C: 4
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!