3v4l.org

run code in 300+ PHP versions simultaneously
<?php $line = '"","$ 507.74","$ 0.00","$ 2,954.16","Kč 9,647.00","","TDR 697","","Kč 23,737.00","","","","","Kč 457.00","","","","","Kč 29,959.00","","","","","$ 104.00","",""'; $line = trim($line, "\"\t\n\r"); $line = explode('","', $line); print_r($line);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/cB6UK
function name:  (null)
number of ops:  15
compiled vars:  !0 = $line
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%22%22%2C%22%24+507.74%22%2C%22%24+0.00%22%2C%22%24+2%2C954.16%22%2C%22K%C4%8D+9%2C647.00%22%2C%22%22%2C%22TDR+697%22%2C%22%22%2C%22K%C4%8D+23%2C737.00%22%2C%22%22%2C%22%22%2C%22%22%2C%22%22%2C%22K%C4%8D+457.00%22%2C%22%22%2C%22%22%2C%22%22%2C%22%22%2C%22K%C4%8D+29%2C959.00%22%2C%22%22%2C%22%22%2C%22%22%2C%22%22%2C%22%24+104.00%22%2C%22%22%2C%22%22'
    4     1        INIT_FCALL                                               'trim'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 '%22%09%0A%0D'
          4        DO_ICALL                                         $2      
          5        ASSIGN                                                   !0, $2
    5     6        INIT_FCALL                                               'explode'
          7        SEND_VAL                                                 '%22%2C%22'
          8        SEND_VAR                                                 !0
          9        DO_ICALL                                         $4      
         10        ASSIGN                                                   !0, $4
    6    11        INIT_FCALL                                               'print_r'
         12        SEND_VAR                                                 !0
         13        DO_ICALL                                                 
         14      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.94 ms | 1394 KiB | 19 Q