3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = <<<EOL "0,00","test1 test2 test3 test4 test5 test6","0,00" EOL; var_dump(str_getcsv($string, "\n", "\""));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Tep2I
function name:  (null)
number of ops:  10
compiled vars:  !0 = $string
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '%220%2C00%22%2C%22test1%0Atest2%0Atest3%0Atest4%0Atest5%0Atest6%22%2C%220%2C00%22'
   12     1        INIT_FCALL                                               'var_dump'
          2        INIT_FCALL                                               'str_getcsv'
          3        SEND_VAR                                                 !0
          4        SEND_VAL                                                 '%0A'
          5        SEND_VAL                                                 '%22'
          6        DO_ICALL                                         $2      
          7        SEND_VAR                                                 $2
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
148.52 ms | 1394 KiB | 17 Q