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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.88 ms | 1396 KiB | 17 Q