3v4l.org

run code in 300+ PHP versions simultaneously
<?php print_r(range(0, 10)); echo "<br />"; print_r(range(a, z));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/cVjv8
function name:  (null)
number of ops:  18
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   INIT_FCALL                                               'print_r'
          1        INIT_FCALL                                               'range'
          2        SEND_VAL                                                 0
          3        SEND_VAL                                                 10
          4        DO_ICALL                                         $0      
          5        SEND_VAR                                                 $0
          6        DO_ICALL                                                 
    6     7        ECHO                                                     '%3Cbr+%2F%3E'
    8     8        INIT_FCALL                                               'print_r'
          9        INIT_FCALL                                               'range'
         10        FETCH_CONSTANT                                   ~2      'a'
         11        SEND_VAL                                                 ~2
         12        FETCH_CONSTANT                                   ~3      'z'
         13        SEND_VAL                                                 ~3
         14        DO_ICALL                                         $4      
         15        SEND_VAR                                                 $4
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.97 ms | 1394 KiB | 17 Q