3v4l.org

run code in 300+ PHP versions simultaneously
<?php for ($i = 0; $i < 100000; $i += 1) { $sweetsThief = new ReflectionProperty('Kitchen', 'yummy'); $sweetsThief->setAccessible(true); }
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 = 2
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 2
Branch analysis from position: 13
Branch analysis from position: 2
filename:       /in/K2Hdp
function name:  (null)
number of ops:  14
compiled vars:  !0 = $i, !1 = $sweetsThief
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 0
          1      > JMP                                                      ->11
    3     2    >   NEW                                              $3      'ReflectionProperty'
          3        SEND_VAL_EX                                              'Kitchen'
          4        SEND_VAL_EX                                              'yummy'
          5        DO_FCALL                                      0          
          6        ASSIGN                                                   !1, $3
    4     7        INIT_METHOD_CALL                                         !1, 'setAccessible'
          8        SEND_VAL_EX                                              <true>
          9        DO_FCALL                                      0          
    2    10        ASSIGN_OP                                     1          !0, 1
         11    >   IS_SMALLER                                               !0, 100000
         12      > JMPNZ                                                    ~8, ->2
    5    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
168.49 ms | 1393 KiB | 13 Q