3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = "Apr 21 08:45 AM,RediMed Northeast,15,2015-04-21 08:00:00.000,2015-04-21 08:04:00.000,2015-04-21 08:17:00.000,2015-04-21 08:17:00.000,90 minutes Apr 21 08:45 AM,RediMed North,14,2015-04-21 08:00:00.000,2015-04-21 08:22:00.000,2015-04-21 08:27:00.000,2015-04-21 00:00:00.000,90 minutes Apr 21 09:00 AM,RediMed Northeast,15,2015-04-21 08:00:00.000,2015-04-21 08:04:00.000,2015-04-21 08:17:00.000,2015-04-21 08:17:00.000,90 minutes Apr 21 09:00 AM,RediMed North,14,2015-04-21 08:00:00.000,2015-04-21 08:13:00.000,2015-04-21 08:17:00.000,2015-04-21 08:25:00.000,90 minutes"; $data = explode("\n", $data); $csv = array_map('str_getcsv', $data); var_dump($csv); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/n5hAc
function name:  (null)
number of ops:  15
compiled vars:  !0 = $data, !1 = $csv
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'Apr+21+08%3A45+AM%2CRediMed+Northeast%2C15%2C2015-04-21+08%3A00%3A00.000%2C2015-04-21+08%3A04%3A00.000%2C2015-04-21+08%3A17%3A00.000%2C2015-04-21+08%3A17%3A00.000%2C90+minutes%0AApr+21+08%3A45+AM%2CRediMed+North%2C14%2C2015-04-21+08%3A00%3A00.000%2C2015-04-21+08%3A22%3A00.000%2C2015-04-21+08%3A27%3A00.000%2C2015-04-21+00%3A00%3A00.000%2C90+minutes%0AApr+21+09%3A00+AM%2CRediMed+Northeast%2C15%2C2015-04-21+08%3A00%3A00.000%2C2015-04-21+08%3A04%3A00.000%2C2015-04-21+08%3A17%3A00.000%2C2015-04-21+08%3A17%3A00.000%2C90+minutes%0AApr+21+09%3A00+AM%2CRediMed+North%2C14%2C2015-04-21+08%3A00%3A00.000%2C2015-04-21+08%3A13%3A00.000%2C2015-04-21+08%3A17%3A00.000%2C2015-04-21+08%3A25%3A00.000%2C90+minutes'
    8     1        INIT_FCALL                                               'explode'
          2        SEND_VAL                                                 '%0A'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $3      
          5        ASSIGN                                                   !0, $3
   10     6        INIT_FCALL                                               'array_map'
          7        SEND_VAL                                                 'str_getcsv'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $5      
         10        ASSIGN                                                   !1, $5
   12    11        INIT_FCALL                                               'var_dump'
         12        SEND_VAR                                                 !1
         13        DO_ICALL                                                 
   13    14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.71 ms | 1395 KiB | 19 Q