3v4l.org

run code in 300+ PHP versions simultaneously
<?php json_encode(array( // Men's Casual 3 => array( 's' => 2, 'm' => 10, 'l' => 10, 'xl' => 10, 'xxl' => 2, 'xxxl' => 2, ), // Men's Technical 4 => array( 's' => 3, 'm' => 14, 'l' => 18, 'xl' => 11, 'xxl' => 3, 'xxxl' => 2, ), // Women's Technical 5 => array( 'xs' => 2, 's' => 10, 'm' => 15, 'l' => 9, 'xl' => 3, 'xxl' => 2, ), // Women's Casual 8 => array( 's' => 2, 'm' => 5, 'l' => 5, 'xl' => 2, ), ));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/7FgBn
function name:  (null)
number of ops:  4
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'json_encode'
    6     1        SEND_VAL                                                 <array>
          2        DO_ICALL                                                 
   38     3      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.74 ms | 1393 KiB | 15 Q