3v4l.org

run code in 300+ PHP versions simultaneously
<?php $text = <<<TEXT Group 1,Good,LEADS,"Leads Description 1 Leads Description 2","Note 1 Note 2",1,100,210,10,Amt,15% Group 2,Good, SWITCHING, Switching, Description 1, "Switching Note 1 Switching Note 2",4,130,210,15,Amt,15% Group 1,Service,LICENCE,Licence Description 1,Licence Note 1,2,200,400,5,Pct,15% TEXT; var_export(preg_split('~"[^"]*"(*SKIP)(*FAIL)|\R\s*~', $text));
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/G3okB
function name:  (null)
number of ops:  9
compiled vars:  !0 = $text
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'Group+1%2CGood%2CLEADS%2C%22Leads+Description+1+%0A+Leads+Description+2%22%2C%22Note+1%0A+Note+2%22%2C1%2C100%2C210%2C10%2CAmt%2C15%25+%0A+Group+2%2CGood%2C+SWITCHING%2C+Switching%2C+Description+1%2C+%22Switching+Note+1+%0A+Switching+Note+2%22%2C4%2C130%2C210%2C15%2CAmt%2C15%25%0A+Group+1%2CService%2CLICENCE%2CLicence+Description+1%2CLicence+Note+1%2C2%2C200%2C400%2C5%2CPct%2C15%25'
   12     1        INIT_FCALL                                               'var_export'
          2        INIT_FCALL                                               'preg_split'
          3        SEND_VAL                                                 '%7E%22%5B%5E%22%5D%2A%22%28%2ASKIP%29%28%2AFAIL%29%7C%5CR%5Cs%2A%7E'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $2      
          6        SEND_VAR                                                 $2
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
186.04 ms | 1394 KiB | 17 Q