3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array(array("source"=>"123","value"=>"1"),array("source"=>"567","value"=>"1"),array("source"=>"123","value"=>"1")); for($i=0;$i<sizeof($array);$i++) { foreach($array[$i] as $key=>$value) { if($key == "source") if($array[$i][$key] == $arrays[$j][$key]) { $array[$i]["value"]=$array[$i]["value"] + 1; break; } } }
Output for git.master, git.master_jit
Warning: Undefined variable $arrays in /in/ZnBic on line 10 Warning: Undefined variable $j in /in/ZnBic on line 10 Warning: Trying to access array offset on value of type null in /in/ZnBic on line 10 Warning: Trying to access array offset on value of type null in /in/ZnBic on line 10 Warning: Undefined variable $arrays in /in/ZnBic on line 10 Warning: Undefined variable $j in /in/ZnBic on line 10 Warning: Trying to access array offset on value of type null in /in/ZnBic on line 10 Warning: Trying to access array offset on value of type null in /in/ZnBic on line 10 Warning: Undefined variable $arrays in /in/ZnBic on line 10 Warning: Undefined variable $j in /in/ZnBic on line 10 Warning: Trying to access array offset on value of type null in /in/ZnBic on line 10 Warning: Trying to access array offset on value of type null in /in/ZnBic on line 10
Output for rfc.property-hooks
Warning: Undefined variable $arrays in /in/ZnBic on line 10 Warning: Undefined variable $j in /in/ZnBic on line 10 Warning: Trying to access array offset on null in /in/ZnBic on line 10 Warning: Trying to access array offset on null in /in/ZnBic on line 10 Warning: Undefined variable $arrays in /in/ZnBic on line 10 Warning: Undefined variable $j in /in/ZnBic on line 10 Warning: Trying to access array offset on null in /in/ZnBic on line 10 Warning: Trying to access array offset on null in /in/ZnBic on line 10 Warning: Undefined variable $arrays in /in/ZnBic on line 10 Warning: Undefined variable $j in /in/ZnBic on line 10 Warning: Trying to access array offset on null in /in/ZnBic on line 10 Warning: Trying to access array offset on null in /in/ZnBic on line 10

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