3v4l.org

run code in 300+ PHP versions simultaneously
<?php while (list ($key, $value) = each ($_REQUEST)) { $log .= $key." => ".$value."\n"; }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 5
Branch analysis from position: 5
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 1
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 1
2 jumps found. (Code = 44) Position 1 = 15, Position 2 = 1
Branch analysis from position: 15
Branch analysis from position: 1
filename:       /in/ZipVf
function name:  (null)
number of ops:  16
compiled vars:  !0 = $log, !1 = $key, !2 = $value
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E > > JMP                                                      ->5
    5     1    >   CONCAT                                           ~3      !1, '+%3D%3E+'
          2        CONCAT                                           ~4      ~3, !2
          3        CONCAT                                           ~5      ~4, '%0A'
          4        ASSIGN_OP                                     8          !0, ~5
    3     5    >   INIT_FCALL_BY_NAME                                       'each'
          6        CHECK_FUNC_ARG                                           
          7        FETCH_FUNC_ARG               global              $7      '_REQUEST'
          8        SEND_FUNC_ARG                                            $7
          9        DO_FCALL                                      0  $8      
         10        FETCH_LIST_R                                     $9      $8, 0
         11        ASSIGN                                                   !1, $9
         12        FETCH_LIST_R                                     $11     $8, 1
         13        ASSIGN                                                   !2, $11
         14      > JMPNZ                                                    $8, ->1
    6    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
157.2 ms | 1398 KiB | 13 Q