3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.38 ms | 1399 KiB | 17 Q