3v4l.org

run code in 300+ PHP versions simultaneously
<?php $colldata=array("bench-press-rod"=>'',"adidas-classic-backpack"=>'93549559913',"adidas-classic-backpack-legend-ink-multicolour"=>'',"puma-suede-classic-regal"=>'93549920361,93549723753'); $colldata2=array(0 => 'bench-press-rod',1 => 'adidas-classic-backpack'); print_r(array_intersect_key($colldata, array_flip($colldata2)));
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [bench-press-rod] => [adidas-classic-backpack] => 93549559913 )

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
25.68 ms | 405 KiB | 5 Q