3v4l.org

run code in 300+ PHP versions simultaneously
<?php $matrix = array( '2014-06-07' => array( '2014-06-21' => 21.7, '2014-06-22' => 14.7, '2014-06-23' => 121.7, ), '2014-06-08' => array( '2014-06-21' => 7.7, '2014-06-22' => 14.7, '2014-06-23' => 17.7, ), '2014-06-09' => array( '2014-06-21' => 14.7, '2014-06-22' => 42.7, '2014-06-23' => 114.7, ), ); echo '<pre>'; print_r($matrix);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/jvGHi
function name:  (null)
number of ops:  6
compiled vars:  !0 = $matrix
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
   21     1        ECHO                                                     '%3Cpre%3E'
   22     2        INIT_FCALL                                               'print_r'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                                 
          5      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
171.99 ms | 1393 KiB | 15 Q