3v4l.org

run code in 300+ PHP versions simultaneously
<?php $condition_string = '1==0 AND 1==1'; var_dump($parts); list($a,$b) = explode(' AND ',$condition_string); list($x,$y) = strtok('==',$a); list($m,$n) = explode('==',$b); var_dump($x,$y,$m,$n); var_dump($x +0 == $y + 0); var_dump($m +0 == $n + 0); preg_match_all("[0-9]*==[0-9]*",$condition_string,$matches); var_dump($matches);
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined variable $parts in /in/eDGvn on line 3 NULL NULL NULL string(1) "1" string(1) "1" bool(true) bool(true) Warning: preg_match_all(): Unknown modifier '*' in /in/eDGvn on line 11 NULL

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:
40.82 ms | 401 KiB | 8 Q