3v4l.org

run code in 300+ PHP versions simultaneously
<?php $txt = "P234324, 2011-03-23 12:34:37 \nP234434, 2011-03-23 13:34:36 \nP438794, 2011-03-23 14:34:36 \nP238924, 2011-03-23 15:34:36 \n"; var_export( parse_ini_string( strtr($txt, ',', '=') ) );
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/NWCAB
function name:  (null)
number of ops:  13
compiled vars:  !0 = $txt
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'P234324%2C+2011-03-23+12%3A34%3A37+%0AP234434%2C+2011-03-23+13%3A34%3A36+%0AP438794%2C+2011-03-23+14%3A34%3A36+%0AP238924%2C+2011-03-23+15%3A34%3A36+%0A'
    5     1        INIT_FCALL                                               'var_export'
    6     2        INIT_FCALL                                               'parse_ini_string'
    7     3        INIT_FCALL                                               'strtr'
          4        SEND_VAR                                                 !0
          5        SEND_VAL                                                 '%2C'
          6        SEND_VAL                                                 '%3D'
          7        DO_ICALL                                         $2      
          8        SEND_VAR                                                 $2
    6     9        DO_ICALL                                         $3      
    7    10        SEND_VAR                                                 $3
    5    11        DO_ICALL                                                 
    9    12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
154.4 ms | 1011 KiB | 16 Q