3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a=str_getcsv('"hola",1,2,,3,"mundo","!",,"."'); var_export($a); echo "do\n"; print_r($a); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/fZlJ1
function name:  (null)
number of ops:  12
compiled vars:  !0 = $a
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'str_getcsv'
          1        SEND_VAL                                                 '%22hola%22%2C1%2C2%2C%2C3%2C%22mundo%22%2C%22%21%22%2C%2C%22.%22'
          2        DO_ICALL                                         $1      
          3        ASSIGN                                                   !0, $1
    3     4        INIT_FCALL                                               'var_export'
          5        SEND_VAR                                                 !0
          6        DO_ICALL                                                 
          7        ECHO                                                     'do%0A'
    4     8        INIT_FCALL                                               'print_r'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                                 
    5    11      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
158.67 ms | 1394 KiB | 19 Q