3v4l.org

run code in 300+ PHP versions simultaneously
<?php $w = 2000; $h = 5000; $height = 1500; $width = ($w/$h)*$height; echo $width.'x'.$height; $tab = array(array('test' =>'toto','a'=>'plop'), array('test' =>'toto2','a'=>'plop2')); echo implode('<br/>',$tab);

preferences:
35.18 ms | 402 KiB | 5 Q