3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_POST['mobile'] = '111111111 2222222222 333333333'; $numbers = explode(' ', $_POST['mobile']); foreach ($numbers as $number) { var_dump($number); }
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 11, Position 2 = 16
Branch analysis from position: 11
2 jumps found. (Code = 78) Position 1 = 12, Position 2 = 16
Branch analysis from position: 12
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
Branch analysis from position: 16
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
filename:       /in/vJ507
function name:  (null)
number of ops:  18
compiled vars:  !0 = $numbers, !1 = $number
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_W                      global              $2      '_POST'
          1        ASSIGN_DIM                                               $2, 'mobile'
          2        OP_DATA                                                  '111111111+2222222222+333333333'
    4     3        INIT_FCALL                                               'explode'
          4        SEND_VAL                                                 '+'
          5        FETCH_R                      global              ~4      '_POST'
          6        FETCH_DIM_R                                      ~5      ~4, 'mobile'
          7        SEND_VAL                                                 ~5
          8        DO_ICALL                                         $6      
          9        ASSIGN                                                   !0, $6
    5    10      > FE_RESET_R                                       $8      !0, ->16
         11    > > FE_FETCH_R                                               $8, !1, ->16
    6    12    >   INIT_FCALL                                               'var_dump'
         13        SEND_VAR                                                 !1
         14        DO_ICALL                                                 
    5    15      > JMP                                                      ->11
         16    >   FE_FREE                                                  $8
    7    17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.75 ms | 1395 KiB | 17 Q