3v4l.org

run code in 300+ PHP versions simultaneously
<?php $val = 'aaa'; $ret = parse_ini_string('where=" like \'aaaa\'"'); var_dump($ret['where']);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4DF4r
function name:  (null)
number of ops:  10
compiled vars:  !0 = $val, !1 = $ret
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, 'aaa'
    5     1        INIT_FCALL                                               'parse_ini_string'
          2        SEND_VAL                                                 'where%3D%22+like+%27aaaa%27%22'
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !1, $3
    6     5        INIT_FCALL                                               'var_dump'
          6        FETCH_DIM_R                                      ~5      !1, 'where'
          7        SEND_VAL                                                 ~5
          8        DO_ICALL                                                 
          9      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.62 ms | 1385 KiB | 17 Q