3v4l.org

run code in 300+ PHP versions simultaneously
<?php $var1 = array(213, 247, 221, 247, 220, 214, 203, 233, 330, 212, 238, 214, 213, 247, 221, 247, 220, 214, 203, 233); $var2 = array(307, 357, 319, 357, 317, 308, 293, 336, 476, 306, 343, 308, 307, 357, 319, 357, 317, 308, 293, 336); print_r(array_diff($var1, $var2));
Output for git.master, git.master_jit, rfc.property-hooks
Array ( [0] => 213 [1] => 247 [2] => 221 [3] => 247 [4] => 220 [5] => 214 [6] => 203 [7] => 233 [8] => 330 [9] => 212 [10] => 238 [11] => 214 [12] => 213 [13] => 247 [14] => 221 [15] => 247 [16] => 220 [17] => 214 [18] => 203 [19] => 233 )

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:
38.41 ms | 402 KiB | 8 Q