3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = '"13269" "3100876170" "Jimmy O\'Neil" "12" "2701" "MT11" "MATHEMATICS" "11" "Q1" "74" "74"'; $data = str_getcsv($string, ' ', '"'); print_r($data);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Phpp7
function name:  (null)
number of ops:  11
compiled vars:  !0 = $string, !1 = $data
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, '%2213269%22+%223100876170%22+%22Jimmy+O%27Neil%22+%2212%22+%222701%22+%22MT11%22+%22MATHEMATICS%22+%2211%22+%22Q1%22+%2274%22+%2274%22'
    3     1        INIT_FCALL                                               'str_getcsv'
          2        SEND_VAR                                                 !0
          3        SEND_VAL                                                 '+'
          4        SEND_VAL                                                 '%22'
          5        DO_ICALL                                         $3      
          6        ASSIGN                                                   !1, $3
    4     7        INIT_FCALL                                               'print_r'
          8        SEND_VAR                                                 !1
          9        DO_ICALL                                                 
         10      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
138.14 ms | 997 KiB | 15 Q