3v4l.org

run code in 300+ PHP versions simultaneously
<?php var_dump(`for i in {0..9999} ; do echo $i ; done`);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/09Mcl
function name:  (null)
number of ops:  10
compiled vars:  !0 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    1     0  E >   INIT_FCALL                                               'var_dump'
          1        INIT_FCALL                                               'shell_exec'
          2        ROPE_INIT                                     3  ~2      'for+i+in+%7B0..9999%7D+%3B+do+echo+'
          3        ROPE_ADD                                      1  ~2      ~2, !0
          4        ROPE_END                                      2  ~1      ~2, '+%3B+done'
          5        SEND_VAL                                                 ~1
          6        DO_ICALL                                         $4      
          7        SEND_VAR                                                 $4
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.27 ms | 1385 KiB | 17 Q