3v4l.org

run code in 300+ PHP versions simultaneously
<?php $x = array( 1, 2, true, null, //will be removed '', //will be removed false, //will be removed 0, //will be removed array(), //will be removed 'finish' ); function xxx($a) { var_dump('hola'); return array_filter($a); } foreach(xxx($x) as $b) { echo $b; }

preferences:
37.19 ms | 402 KiB | 5 Q