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

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
153.73 ms | 1396 KiB | 17 Q