3v4l.org

run code in 300+ PHP versions simultaneously
<?php $waa = "meukee!"; $result = parse_ini_string('waa = "meukee!" value = ${waa} value2 = $waa value3 = "${waa}"'); var_dump($result);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/8108L
function name:  (null)
number of ops:  9
compiled vars:  !0 = $waa, !1 = $result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'meukee%21'
    5     1        INIT_FCALL                                               'parse_ini_string'
          2        SEND_VAL                                                 'waa+%3D+%22meukee%21%22%0Avalue+%3D+%24%7Bwaa%7D%0Avalue2+%3D+%24waa%0Avalue3+%3D+%22%24%7Bwaa%7D%22'
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !1, $3
    9     5        INIT_FCALL                                               'var_dump'
          6        SEND_VAR                                                 !1
          7        DO_ICALL                                                 
          8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
161.38 ms | 939 KiB | 18 Q