3v4l.org

run code in 300+ PHP versions simultaneously
<?php $valori_modalita_pagamento=array(1=>'Valore 1',2=>'Valore 2', 3=>'Valore 3',5=>'Valore N' ); //array associativo con coppie chiave/valore while (current($valori_modalita_pagamento)) { echo key($valori_modalita_pagamento); next($valori_modalita_pagamento); }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 2
Branch analysis from position: 13
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 2
2 jumps found. (Code = 44) Position 1 = 13, Position 2 = 2
Branch analysis from position: 13
Branch analysis from position: 2
filename:       /in/HBGOP
function name:  (null)
number of ops:  14
compiled vars:  !0 = $valori_modalita_pagamento
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    5     1      > JMP                                                      ->9
    6     2    >   INIT_FCALL                                               'key'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $2      
          5        ECHO                                                     $2
    7     6        INIT_FCALL                                               'next'
          7        SEND_REF                                                 !0
          8        DO_ICALL                                                 
    5     9    >   INIT_FCALL                                               'current'
         10        SEND_VAR                                                 !0
         11        DO_ICALL                                         $4      
         12      > JMPNZ                                                    $4, ->2
    8    13    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
164.01 ms | 1394 KiB | 19 Q