3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.1 ms | 1395 KiB | 17 Q