3v4l.org

run code in 300+ PHP versions simultaneously
<?php $SPW = array("1"=>"38", "2"=>"39", "3"=>"40", "4"=>"41", "5"=>"42", "6"=>"45", "7"=>"46", "8"=>"47", "9"=>"48", "10"=>"49", "11"=>"50", "12"=>"51", "13"=>"2", "14"=>"3", "15"=>"4", "16"=>"8", "17"=>"10", "18"=>"11", "19"=>"12", "20"=>"13", "21"=>"16", "22"=>"17"); $current_week_number = date('W'); for($row = 0; $row < 23; $row++) { $x=0; foreach($SPW[$row] as $key => $value) { if($current_week_number== $key) { echo $current_week_number . " " . $key; } $x++; } }
Output for git.master, git.master_jit, rfc.property-hooks
Warning: Undefined array key 0 in /in/gtNhf on line 10 Warning: foreach() argument must be of type array|object, null given in /in/gtNhf on line 10 Warning: foreach() argument must be of type array|object, string given in /in/gtNhf on line 10 Warning: foreach() argument must be of type array|object, string given in /in/gtNhf on line 10 Warning: foreach() argument must be of type array|object, string given in /in/gtNhf on line 10 Warning: foreach() argument must be of type array|object, string given in /in/gtNhf on line 10 Warning: foreach() argument must be of type array|object, string given in /in/gtNhf on line 10 Warning: foreach() argument must be of type array|object, string given in /in/gtNhf on line 10 Warning: foreach() argument must be of type array|object, string given in /in/gtNhf on line 10 Warning: foreach() argument must be of type array|object, string given in /in/gtNhf on line 10 Warning: foreach() argument must be of type array|object, string given in /in/gtNhf on line 10 Warning: foreach() argument must be of type array|object, string given in /in/gtNhf on line 10 Warning: foreach() argument must be of type array|object, string given in /in/gtNhf on line 10 Warning: foreach() argument must be of type array|object, string given in /in/gtNhf on line 10 Warning: foreach() argument must be of type array|object, string given in /in/gtNhf on line 10 Warning: foreach() argument must be of type array|object, string given in /in/gtNhf on line 10 Warning: foreach() argument must be of type array|object, string given in /in/gtNhf on line 10 Warning: foreach() argument must be of type array|object, string given in /in/gtNhf on line 10 Warning: foreach() argument must be of type array|object, string given in /in/gtNhf on line 10 Warning: foreach() argument must be of type array|object, string given in /in/gtNhf on line 10 Warning: foreach() argument must be of type array|object, string given in /in/gtNhf on line 10 Warning: foreach() argument must be of type array|object, string given in /in/gtNhf on line 10 Warning: foreach() argument must be of type array|object, string given in /in/gtNhf on line 10 Warning: foreach() argument must be of type array|object, string given in /in/gtNhf 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:
49.18 ms | 409 KiB | 8 Q