3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = [ [ ['name'=>'John B'], ['age'=>30], ['sizes'=> [ 'weight'=>80, 'height'=>120 ] ] ], [ ['name'=>'Marie B'], ['age'=>31], ['sizes'=> [ 'weight'=>60, 'height'=>110 ] ] ], [ ['name'=>'Carl M'], ['age'=>12], ['sizes'=> [ 'weight'=>70, 'height'=>100 ] ] ], [ ['name'=>'Mike N'], ['age'=>19], ['sizes'=> [ 'weight'=>70, 'height'=>150 ] ] ], [ ['name'=>'Nancy N'], ['age'=>15], ['sizes'=> [ 'weight'=>60, 'height'=>150 ] ] ], [ ['name'=>'Cory X'], ['age'=>15], ['sizes'=> [ 'weight'=>44, 'height'=>150 ] ] ] ]; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/K3TLq
function name:  (null)
number of ops:  2
compiled vars:  !0 = $array
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
   64     1      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.6 ms | 1392 KiB | 13 Q