3v4l.org

run code in 300+ PHP versions simultaneously
<?php $array = array('the','quick','brown','fox','jumps','over','the','lazy','dog'); for ($i = 0; $i < 50; $i++) { $array[0] = 'the'; $array = array_map('strtolower', $array); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 3
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 3
Branch analysis from position: 13
Branch analysis from position: 3
filename:       /in/Sp4It
function name:  (null)
number of ops:  14
compiled vars:  !0 = $array, !1 = $i
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, <array>
    5     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->11
    6     3    >   ASSIGN_DIM                                               !0, 0
          4        OP_DATA                                                  'the'
    7     5        INIT_FCALL                                               'array_map'
          6        SEND_VAL                                                 'strtolower'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                         $5      
          9        ASSIGN                                                   !0, $5
    5    10        PRE_INC                                                  !1
         11    >   IS_SMALLER                                               !1, 50
         12      > JMPNZ                                                    ~8, ->3
    8    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.07 ms | 1394 KiB | 15 Q