3v4l.org

run code in 300+ PHP versions simultaneously
<?php $test=parse_ini_string('; Configuration file ; ; ; Syntax of this file is identical to php.ini where string values need to be quoted. ; See remarks there. ; ; To overrule the default settings, create a per-host key. ; See examples at the bottom of INSTALL.TXT ; [default] driver = "virtual" subject = "Default subject" body = "default.txt [dotforward] binary = "/usr/bin/vacation" flags = "" message = ".vacation.msg" database = ".vacation.db" alias_identities = true set_envelop_sender = false always_keep_message = true [virtual] transport = "autoreply.mx.active-elements.de" dbase = "vacation" always_keep_copy = true', true); print_R($test); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/UUMDQ
function name:  (null)
number of ops:  9
compiled vars:  !0 = $test
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'parse_ini_string'
          1        SEND_VAL                                                 '%3B+Configuration+file%0A%3B%0A%3B%0A%3B+Syntax+of+this+file+is+identical+to+php.ini+where+string+values+need+to+be+quoted.%0A%3B+See+remarks+there.%0A%3B%0A%3B+To+overrule+the+default+settings%2C+create+a+per-host+key.%0A%3B+See+examples+at+the+bottom+of+INSTALL.TXT%0A%3B%0A%0A%5Bdefault%5D%0Adriver+%3D+%22virtual%22%0Asubject+%3D+%22Default+subject%22%0Abody+%3D+%22default.txt%0A%0A%0A%5Bdotforward%5D%0Abinary+%3D+%22%2Fusr%2Fbin%2Fvacation%22%0Aflags+%3D+%22%22%0Amessage+%3D+%22.vacation.msg%22%0Adatabase+%3D+%22.vacation.db%22%0Aalias_identities+%3D+true%0Aset_envelop_sender+%3D+false%0Aalways_keep_message+%3D+true%0A%0A%5Bvirtual%5D%0Atransport+%3D+%22autoreply.mx.active-elements.de%22%0Adbase+%3D+%22vacation%22%0Aalways_keep_copy+%3D+true'
   31     2        SEND_VAL                                                 <true>
          3        DO_ICALL                                         $1      
    3     4        ASSIGN                                                   !0, $1
   32     5        INIT_FCALL                                               'print_r'
          6        SEND_VAR                                                 !0
          7        DO_ICALL                                                 
   33     8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
151.77 ms | 1394 KiB | 17 Q