3v4l.org

run code in 300+ PHP versions simultaneously
<?php $edad = array( valor1=>"23", valor2=>"19", valor3=>"28", valor4=>"33" ); print_r (array_values($edad)); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/lpmcd
function name:  (null)
number of ops:  16
compiled vars:  !0 = $edad
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   FETCH_CONSTANT                                   ~1      'valor1'
          1        INIT_ARRAY                                       ~2      '23', ~1
    5     2        FETCH_CONSTANT                                   ~3      'valor2'
          3        ADD_ARRAY_ELEMENT                                ~2      '19', ~3
    6     4        FETCH_CONSTANT                                   ~4      'valor3'
          5        ADD_ARRAY_ELEMENT                                ~2      '28', ~4
    7     6        FETCH_CONSTANT                                   ~5      'valor4'
          7        ADD_ARRAY_ELEMENT                                ~2      '33', ~5
    3     8        ASSIGN                                                   !0, ~2
    9     9        INIT_FCALL                                               'print_r'
         10        INIT_FCALL                                               'array_values'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                         $7      
         13        SEND_VAR                                                 $7
         14        DO_ICALL                                                 
   10    15      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
165.1 ms | 1394 KiB | 17 Q