3v4l.org

run code in 300+ PHP versions simultaneously
<?php $full_site_redirect_url="pop"; $forgotPassHash="lol"; $user=array("preferredUsername" => "ydimov 57"); $forgotPassLink = environment::$full_site_redirect_url."/community/member/".rawurlencode($user['preferredUsername'])."?fph=".$forgotPassHash;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/0HnCZ
function name:  (null)
number of ops:  14
compiled vars:  !0 = $full_site_redirect_url, !1 = $forgotPassHash, !2 = $user, !3 = $forgotPassLink
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'pop'
    3     1        ASSIGN                                                   !1, 'lol'
    4     2        ASSIGN                                                   !2, <array>
    5     3        FETCH_STATIC_PROP_R          unknown             ~7      'full_site_redirect_url'
          4        CONCAT                                           ~8      ~7, '%2Fcommunity%2Fmember%2F'
          5        INIT_FCALL                                               'rawurlencode'
          6        FETCH_DIM_R                                      ~9      !2, 'preferredUsername'
          7        SEND_VAL                                                 ~9
          8        DO_ICALL                                         $10     
          9        CONCAT                                           ~11     ~8, $10
         10        CONCAT                                           ~12     ~11, '%3Ffph%3D'
         11        CONCAT                                           ~13     ~12, !1
         12        ASSIGN                                                   !3, ~13
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
162.53 ms | 1394 KiB | 15 Q