3v4l.org

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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.85 ms | 1400 KiB | 17 Q