3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(array_merge((array) array(5), (array) '7', (array) range(1,3))); var_dump(array() + array() + range(1,3));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ZMQcV
function name:  (null)
number of ops:  24
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'array_merge'
          2        CAST                                          7  ~0      <array>
          3        SEND_VAL                                                 ~0
          4        CAST                                          7  ~1      '7'
          5        SEND_VAL                                                 ~1
          6        INIT_FCALL                                               'range'
          7        SEND_VAL                                                 1
          8        SEND_VAL                                                 3
          9        DO_ICALL                                         $2      
         10        CAST                                          7  ~3      $2
         11        SEND_VAL                                                 ~3
         12        DO_ICALL                                         $4      
         13        SEND_VAR                                                 $4
         14        DO_ICALL                                                 
    4    15        INIT_FCALL                                               'var_dump'
         16        INIT_FCALL                                               'range'
         17        SEND_VAL                                                 1
         18        SEND_VAL                                                 3
         19        DO_ICALL                                         $6      
         20        ADD                                              ~7      <array>, $6
         21        SEND_VAL                                                 ~7
         22        DO_ICALL                                                 
         23      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
197.49 ms | 1395 KiB | 19 Q