3v4l.org

run code in 300+ PHP versions simultaneously
<?php while (list ($key, $value) = each ($_REQUEST)) { echo $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/5OvZ8
function name:  (null)
number of ops:  16
compiled vars:  !0 = $key, !1 = $value
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E > > JMP                                                      ->5
    5     1    >   CONCAT                                           ~2      !0, '+%3D%3E+'
          2        CONCAT                                           ~3      ~2, !1
          3        CONCAT                                           ~4      ~3, '%0A'
          4        ECHO                                                     ~4
    3     5    >   INIT_FCALL_BY_NAME                                       'each'
          6        CHECK_FUNC_ARG                                           
          7        FETCH_FUNC_ARG               global              $5      '_REQUEST'
          8        SEND_FUNC_ARG                                            $5
          9        DO_FCALL                                      0  $6      
         10        FETCH_LIST_R                                     $7      $6, 0
         11        ASSIGN                                                   !0, $7
         12        FETCH_LIST_R                                     $9      $6, 1
         13        ASSIGN                                                   !1, $9
         14      > JMPNZ                                                    $6, ->1
    6    15    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.05 ms | 1393 KiB | 16 Q