3v4l.org

run code in 300+ PHP versions simultaneously
<?php $pizza = "кусок1;"; $pieces = explode(";", $pizza); $email =''; // echo $pieces[0]; // кусок1 $email .= $pieces[0]; // echo $pieces[1]; // кусок2 $email .= $pieces[1]; echo $email;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1h9Bv
function name:  (null)
number of ops:  13
compiled vars:  !0 = $pizza, !1 = $pieces, !2 = $email
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%D0%BA%D1%83%D1%81%D0%BE%D0%BA1%3B'
    3     1        INIT_FCALL                                               'explode'
          2        SEND_VAL                                                 '%3B'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $4      
          5        ASSIGN                                                   !1, $4
    4     6        ASSIGN                                                   !2, ''
    6     7        FETCH_DIM_R                                      ~7      !1, 0
          8        ASSIGN_OP                                     8          !2, ~7
    8     9        FETCH_DIM_R                                      ~9      !1, 1
         10        ASSIGN_OP                                     8          !2, ~9
    9    11        ECHO                                                     !2
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
152.46 ms | 1394 KiB | 15 Q