3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = array(); for($i=0;$i<10000;$i++) { $a = strtolower(strtoupper(implode(array_merge($a, range("a", "z"))))); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 22
Branch analysis from position: 22
2 jumps found. (Code = 44) Position 1 = 24, Position 2 = 3
Branch analysis from position: 24
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 24, Position 2 = 3
Branch analysis from position: 24
Branch analysis from position: 3
filename:       /in/KSAVO
function name:  (null)
number of ops:  25
compiled vars:  !0 = $a, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    3     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->22
          3    >   INIT_FCALL                                               'strtolower'
          4        INIT_FCALL                                               'strtoupper'
          5        INIT_FCALL                                               'implode'
          6        INIT_FCALL                                               'array_merge'
          7        SEND_VAR                                                 !0
          8        INIT_FCALL                                               'range'
          9        SEND_VAL                                                 'a'
         10        SEND_VAL                                                 'z'
         11        DO_ICALL                                         $4      
         12        SEND_VAR                                                 $4
         13        DO_ICALL                                         $5      
         14        SEND_VAR                                                 $5
         15        DO_ICALL                                         $6      
         16        SEND_VAR                                                 $6
         17        DO_ICALL                                         $7      
         18        SEND_VAR                                                 $7
         19        DO_ICALL                                         $8      
         20        ASSIGN                                                   !0, $8
         21        PRE_INC                                                  !1
         22    >   IS_SMALLER                                               !1, 10000
         23      > JMPNZ                                                    ~11, ->3
         24    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.84 ms | 1387 KiB | 23 Q