3v4l.org

run code in 300+ PHP versions simultaneously
<?php $s = '45099 34618 49609 34926 28723 54330 36083 49610 36088 28730 45092 48042'; $a = explode("\n", $s); echo implode(", ", $a);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0bTFK
function name:  (null)
number of ops:  12
compiled vars:  !0 = $s, !1 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    4     0  E >   ASSIGN                                                   !0, '45099%0A34618%0A49609%0A34926%0A28723%0A54330%0A36083%0A49610%0A36088%0A28730%0A45092%0A48042'
   20     1        INIT_FCALL                                               'explode'
          2        SEND_VAL                                                 '%0A'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !1, $3
   22     6        INIT_FCALL                                               'implode'
          7        SEND_VAL                                                 '%2C+'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                         $5      
         10        ECHO                                                     $5
         11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
155.59 ms | 1394 KiB | 17 Q