3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [0=>'December', 1=>'1',2=>'2013']; // ['stamp']=> 1385874000 // }, // [1] => Array( // ['folder']=>Array( // [0]=>'December', // [1]=>1, // [2]=>2013 // ), // ['stamp']=> 1388293200 // ), // [2] => Array( // ['folder']=>Array( // [0]=>'December', // [1]=>1, // [2]=>2013 // ), // ['stamp']=> 1357189200 // ), // // ); echo "<pre>"; print_r($array); echo "</pre>"; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/LIBtT
function name:  (null)
number of ops:  7
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
   24     1        ECHO                                                     '%3Cpre%3E'
   25     2        INIT_FCALL                                               'print_r'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                                 
   26     5        ECHO                                                     '%3C%2Fpre%3E'
   27     6      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.5 ms | 1393 KiB | 15 Q