3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = explode("@", "192.168.0.1@User;p@ssword", 2); $user = explode(';', $data[1], 2); var_dump($data, $user);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8QBr9
function name:  (null)
number of ops:  18
compiled vars:  !0 = $data, !1 = $user
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'explode'
          1        SEND_VAL                                                 '%40'
          2        SEND_VAL                                                 '192.168.0.1%40User%3Bp%40ssword'
          3        SEND_VAL                                                 2
          4        DO_ICALL                                         $2      
          5        ASSIGN                                                   !0, $2
    4     6        INIT_FCALL                                               'explode'
          7        SEND_VAL                                                 '%3B'
          8        FETCH_DIM_R                                      ~4      !0, 1
          9        SEND_VAL                                                 ~4
         10        SEND_VAL                                                 2
         11        DO_ICALL                                         $5      
         12        ASSIGN                                                   !1, $5
    5    13        INIT_FCALL                                               'var_dump'
         14        SEND_VAR                                                 !0
         15        SEND_VAR                                                 !1
         16        DO_ICALL                                                 
         17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
170.38 ms | 1394 KiB | 17 Q