3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test = "a, b, c"; $arrayOfAttachmentNames = explode(', ', $nameOfAttachments); echo $arrayOfAttachmentNames; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/1R6uQ
function name:  (null)
number of ops:  8
compiled vars:  !0 = $test, !1 = $arrayOfAttachmentNames, !2 = $nameOfAttachments
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'a%2C+b%2C+c'
    5     1        INIT_FCALL                                               'explode'
          2        SEND_VAL                                                 '%2C+'
          3        SEND_VAR                                                 !2
          4        DO_ICALL                                         $4      
          5        ASSIGN                                                   !1, $4
    7     6        ECHO                                                     !1
    9     7      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
149.05 ms | 1393 KiB | 15 Q