3v4l.org

run code in 300+ PHP versions simultaneously
<?php function SplitEmailAddress($email) { $xax = explode('@', $email); $poc['user'] = $xax[0]; $poc['domain'] = $poc[1]; return $poc; } echo SplitEmailAddress('asdfaf@jdaosjdsd.com');
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8eG7I
function name:  (null)
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E >   INIT_FCALL                                               'splitemailaddress'
          1        SEND_VAL                                                 'asdfaf%40jdaosjdsd.com'
          2        DO_FCALL                                      0  $0      
          3        ECHO                                                     $0
          4      > RETURN                                                   1

Function splitemailaddress:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8eG7I
function name:  SplitEmailAddress
number of ops:  14
compiled vars:  !0 = $email, !1 = $xax, !2 = $poc
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   RECV                                             !0      
    5     1        INIT_FCALL                                               'explode'
          2        SEND_VAL                                                 '%40'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !1, $3
    6     6        FETCH_DIM_R                                      ~6      !1, 0
          7        ASSIGN_DIM                                               !2, 'user'
          8        OP_DATA                                                  ~6
          9        FETCH_DIM_R                                      ~8      !2, 1
         10        ASSIGN_DIM                                               !2, 'domain'
         11        OP_DATA                                                  ~8
    7    12      > RETURN                                                   !2
    8    13*     > RETURN                                                   null

End of function splitemailaddress

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.63 ms | 1397 KiB | 16 Q