3v4l.org

run code in 300+ PHP versions simultaneously
<?php $sql = array(array('id' => 0, 'nom' => 'A', 'temp' => 1.1, 'autre' => 0), array('id' => 1, 'nom' => 'A', 'temp' => 2.1, 'autre' => 10), array('id' => 2, 'nom' => 'A', 'temp' => 3.1, 'autre' => 20), array('id' => 3, 'nom' => 'B', 'temp' => 4.1, 'autre' => 30), array('id' => 4, 'nom' => 'C', 'temp' => 5.1, 'autre' => 40), array('id' => 5, 'nom' => 'B', 'temp' => 6.1, 'autre' => 50), array('id' => 6, 'nom' => 'A', 'temp' => 7.1, 'autre' => 60)); $final = array(); foreach ($sql as $s) if(!in_array($s['nom'], $final)) { array_merge($final[$s['nom']]['data'], array(s['temp'])); } else array_push($final[$s['nom']]['data'], $s['temp']); print_r($final);
Output for 8.3.0 - 8.3.6
Warning: Undefined array key "A" in /in/BQRGV on line 12 Warning: Trying to access array offset on null in /in/BQRGV on line 12 Fatal error: Uncaught Error: Undefined constant "s" in /in/BQRGV:12 Stack trace: #0 {main} thrown in /in/BQRGV on line 12
Process exited with code 255.
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
Warning: Undefined array key "A" in /in/BQRGV on line 12 Warning: Trying to access array offset on value of type null in /in/BQRGV on line 12 Fatal error: Uncaught Error: Undefined constant "s" in /in/BQRGV:12 Stack trace: #0 {main} thrown in /in/BQRGV on line 12
Process exited with code 255.
Output for 7.4.0 - 7.4.25, 7.4.27 - 7.4.33
Notice: Undefined index: A in /in/BQRGV on line 12 Notice: Trying to access array offset on value of type null in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Expected parameter 1 to be an array, null given in /in/BQRGV on line 12 Notice: Undefined index: A in /in/BQRGV on line 12 Notice: Trying to access array offset on value of type null in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Expected parameter 1 to be an array, null given in /in/BQRGV on line 12 Notice: Undefined index: A in /in/BQRGV on line 12 Notice: Trying to access array offset on value of type null in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Expected parameter 1 to be an array, null given in /in/BQRGV on line 12 Notice: Undefined index: B in /in/BQRGV on line 12 Notice: Trying to access array offset on value of type null in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Expected parameter 1 to be an array, null given in /in/BQRGV on line 12 Notice: Undefined index: C in /in/BQRGV on line 12 Notice: Trying to access array offset on value of type null in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Expected parameter 1 to be an array, null given in /in/BQRGV on line 12 Notice: Undefined index: B in /in/BQRGV on line 12 Notice: Trying to access array offset on value of type null in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Expected parameter 1 to be an array, null given in /in/BQRGV on line 12 Notice: Undefined index: A in /in/BQRGV on line 12 Notice: Trying to access array offset on value of type null in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Expected parameter 1 to be an array, null given in /in/BQRGV on line 12 Array ( )
Output for 7.3.32 - 7.3.33, 7.4.26
Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Expected parameter 1 to be an array, null given in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Expected parameter 1 to be an array, null given in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Expected parameter 1 to be an array, null given in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Expected parameter 1 to be an array, null given in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Expected parameter 1 to be an array, null given in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Expected parameter 1 to be an array, null given in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Expected parameter 1 to be an array, null given in /in/BQRGV on line 12 Array ( )
Output for 7.3.0 - 7.3.31
Notice: Undefined index: A in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Expected parameter 1 to be an array, null given in /in/BQRGV on line 12 Notice: Undefined index: A in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Expected parameter 1 to be an array, null given in /in/BQRGV on line 12 Notice: Undefined index: A in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Expected parameter 1 to be an array, null given in /in/BQRGV on line 12 Notice: Undefined index: B in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Expected parameter 1 to be an array, null given in /in/BQRGV on line 12 Notice: Undefined index: C in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Expected parameter 1 to be an array, null given in /in/BQRGV on line 12 Notice: Undefined index: B in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Expected parameter 1 to be an array, null given in /in/BQRGV on line 12 Notice: Undefined index: A in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Expected parameter 1 to be an array, null given in /in/BQRGV on line 12 Array ( )
Output for 7.2.0 - 7.2.33
Notice: Undefined index: A in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Argument #1 is not an array in /in/BQRGV on line 12 Notice: Undefined index: A in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Argument #1 is not an array in /in/BQRGV on line 12 Notice: Undefined index: A in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Argument #1 is not an array in /in/BQRGV on line 12 Notice: Undefined index: B in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Argument #1 is not an array in /in/BQRGV on line 12 Notice: Undefined index: C in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Argument #1 is not an array in /in/BQRGV on line 12 Notice: Undefined index: B in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Argument #1 is not an array in /in/BQRGV on line 12 Notice: Undefined index: A in /in/BQRGV on line 12 Warning: Use of undefined constant s - assumed 's' (this will throw an Error in a future version of PHP) in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Argument #1 is not an array in /in/BQRGV on line 12 Array ( )
Output for 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33
Notice: Undefined index: A in /in/BQRGV on line 12 Notice: Use of undefined constant s - assumed 's' in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Argument #1 is not an array in /in/BQRGV on line 12 Notice: Undefined index: A in /in/BQRGV on line 12 Notice: Use of undefined constant s - assumed 's' in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Argument #1 is not an array in /in/BQRGV on line 12 Notice: Undefined index: A in /in/BQRGV on line 12 Notice: Use of undefined constant s - assumed 's' in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Argument #1 is not an array in /in/BQRGV on line 12 Notice: Undefined index: B in /in/BQRGV on line 12 Notice: Use of undefined constant s - assumed 's' in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Argument #1 is not an array in /in/BQRGV on line 12 Notice: Undefined index: C in /in/BQRGV on line 12 Notice: Use of undefined constant s - assumed 's' in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Argument #1 is not an array in /in/BQRGV on line 12 Notice: Undefined index: B in /in/BQRGV on line 12 Notice: Use of undefined constant s - assumed 's' in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Argument #1 is not an array in /in/BQRGV on line 12 Notice: Undefined index: A in /in/BQRGV on line 12 Notice: Use of undefined constant s - assumed 's' in /in/BQRGV on line 12 Warning: Illegal string offset 'temp' in /in/BQRGV on line 12 Warning: array_merge(): Argument #1 is not an array in /in/BQRGV on line 12 Array ( )
Output for 4.4.2 - 4.4.9, 5.1.0 - 5.1.6, 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38
Parse error: syntax error, unexpected '[', expecting ')' in /in/BQRGV on line 12
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1, 5.0.0 - 5.0.5
Parse error: parse error, unexpected '[', expecting ')' in /in/BQRGV on line 12
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error, expecting `')'' in /in/BQRGV on line 12
Process exited with code 255.

preferences:
298.48 ms | 401 KiB | 460 Q