3v4l.org

run code in 300+ PHP versions simultaneously
<?php $params = array(); $test = "to=daniel.poynter@rooksecurity.com&subject=test&body=test"; parse_str($test, $params); echo $params["to"]; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/hQ1SY
function name:  (null)
number of ops:  9
compiled vars:  !0 = $params, !1 = $test
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, <array>
    6     1        ASSIGN                                                   !1, 'to%3Ddaniel.poynter%40rooksecurity.com%26subject%3Dtest%26body%3Dtest'
    7     2        INIT_FCALL                                               'parse_str'
          3        SEND_VAR                                                 !1
          4        SEND_REF                                                 !0
          5        DO_ICALL                                                 
   11     6        FETCH_DIM_R                                      ~5      !0, 'to'
          7        ECHO                                                     ~5
   13     8      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
182 ms | 1398 KiB | 15 Q