3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = json_decode('{ "data": [[64,87,56],[68,76,58],[68,27,73],[74,99,42],[94,74,60],[97,36,79],[7,93,87],[51,69,40],[38,23,33],[57,86,31]] }'); var_dump($data);
Output for 5.2.0 - 5.2.17, 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.24 - 5.5.35, 5.6.8 - 5.6.28, 7.0.0 - 7.0.20, 7.1.0 - 7.1.10, 7.2.0 - 7.2.33, 7.3.12 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
object(stdClass)#1 (1) { ["data"]=> array(10) { [0]=> array(3) { [0]=> int(64) [1]=> int(87) [2]=> int(56) } [1]=> array(3) { [0]=> int(68) [1]=> int(76) [2]=> int(58) } [2]=> array(3) { [0]=> int(68) [1]=> int(27) [2]=> int(73) } [3]=> array(3) { [0]=> int(74) [1]=> int(99) [2]=> int(42) } [4]=> array(3) { [0]=> int(94) [1]=> int(74) [2]=> int(60) } [5]=> array(3) { [0]=> int(97) [1]=> int(36) [2]=> int(79) } [6]=> array(3) { [0]=> int(7) [1]=> int(93) [2]=> int(87) } [7]=> array(3) { [0]=> int(51) [1]=> int(69) [2]=> int(40) } [8]=> array(3) { [0]=> int(38) [1]=> int(23) [2]=> int(33) } [9]=> array(3) { [0]=> int(57) [1]=> int(86) [2]=> int(31) } } }
Output for 5.0.0 - 5.0.5, 5.1.0 - 5.1.6
Fatal error: Call to undefined function json_decode() in /in/Mee5F on line 3
Process exited with code 255.
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: json_decode() in /in/Mee5F on line 3
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Fatal error: Call to undefined function: json_decode() in /in/Mee5F on line 3
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: json_decode() in /in/Mee5F on line 3

preferences:
179.55 ms | 401 KiB | 312 Q