3v4l.org

run code in 300+ PHP versions simultaneously
<?php $emailid = Array ( "0]" => "<seperator>krishna.j@tamsinfotech.com", "1" => "<seperator>krishna.j@tamsinfotech.com" ); $emailids = implode(",",$emailid); $emailids = ltrim("<seperate>",$emailids); $emid = explode(",<seperate>",$emailids); print_r($emailids);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/tZfT9
function name:  (null)
number of ops:  20
compiled vars:  !0 = $emailid, !1 = $emailids, !2 = $emid
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    9     1        INIT_FCALL                                               'implode'
          2        SEND_VAL                                                 '%2C'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $4      
          5        ASSIGN                                                   !1, $4
   11     6        INIT_FCALL                                               'ltrim'
          7        SEND_VAL                                                 '%3Cseperate%3E'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                         $6      
         10        ASSIGN                                                   !1, $6
   13    11        INIT_FCALL                                               'explode'
         12        SEND_VAL                                                 '%2C%3Cseperate%3E'
         13        SEND_VAR                                                 !1
         14        DO_ICALL                                         $8      
         15        ASSIGN                                                   !2, $8
   15    16        INIT_FCALL                                               'print_r'
         17        SEND_VAR                                                 !1
         18        DO_ICALL                                                 
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.63 ms | 1395 KiB | 21 Q