3v4l.org

run code in 300+ PHP versions simultaneously
<?php //for($j=0;$j<256;$j++){ for($i=0;$i<256;$i++){ $f=chr($i).'stdClass'; if(class_exists($f)){ echo "$i\t$f\n"; } } //} ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 17
Branch analysis from position: 17
2 jumps found. (Code = 44) Position 1 = 19, Position 2 = 2
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 16
Branch analysis from position: 11
2 jumps found. (Code = 44) Position 1 = 19, Position 2 = 2
Branch analysis from position: 19
Branch analysis from position: 2
Branch analysis from position: 16
filename:       /in/vukO2
function name:  (null)
number of ops:  20
compiled vars:  !0 = $i, !1 = $f
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 0
          1      > JMP                                                      ->17
    4     2    >   INIT_FCALL                                               'chr'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $3      
          5        CONCAT                                           ~4      $3, 'stdClass'
          6        ASSIGN                                                   !1, ~4
    5     7        INIT_FCALL                                               'class_exists'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                         $6      
         10      > JMPZ                                                     $6, ->16
    6    11    >   ROPE_INIT                                     4  ~8      !0
         12        ROPE_ADD                                      1  ~8      ~8, '%09'
         13        ROPE_ADD                                      2  ~8      ~8, !1
         14        ROPE_END                                      3  ~7      ~8, '%0A'
         15        ECHO                                                     ~7
    3    16    >   PRE_INC                                                  !0
         17    >   IS_SMALLER                                               !0, 256
         18      > JMPNZ                                                    ~11, ->2
   10    19    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.69 ms | 1386 KiB | 17 Q