3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sessions=json_decode('[ {"heure_debut":"08:00","heure_fin":"09:00"}, {"heure_debut":"09:10","heure_fin":"10:00"}, {"heure_debut":"10:00","heure_fin":"11:00"}, {"heure_debut":"11:00","heure_fin":"12:00"}, {"heure_debut":"12:00","heure_fin":"13:00"}, {"heure_debut":"13:00","heure_fin":"14:30"} ]',TRUE); //print_r($sessions); $real_sessions=array("heure_debut"=>$sessions[0]["heure_debut"],"heure_fin"=>$sessions[0]["heure_fin"]); $j=0; for($i=1;i<count($sessions);$i++){ if($real_sessions[$j]["heure_fin"]===$sessions[$i]["heure_debut"]){ $real_sessions[j]["heure_fin"]=$sessions[i]["heure_fin"]; }else{ $real_sessions[]=array("heure_debut"=>$sessions[$i]["heure_debut"],"heure_fin"=>$sessions[$i]["heure_fin"]);; $j++; } } print_r($real_sessions);
Output for git.master, git.master_jit, rfc.property-hooks
Fatal error: Uncaught Error: Undefined constant "i" in /in/oQlFC:17 Stack trace: #0 {main} thrown in /in/oQlFC on line 17
Process exited with code 255.

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