3v4l.org

run code in 300+ PHP versions simultaneously
<?php $full_site_redirect_url="pop"; $forgotPassHash="lol"; $user=array("preferredUsername" => "ydimov 57"); $forgotPassLink = $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/Qi5Kg
function name:  (null)
number of ops:  13
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        CONCAT                                           ~7      !0, '%2Fcommunity%2Fmember%2F'
          4        INIT_FCALL                                               'rawurlencode'
          5        FETCH_DIM_R                                      ~8      !2, 'preferredUsername'
          6        SEND_VAL                                                 ~8
          7        DO_ICALL                                         $9      
          8        CONCAT                                           ~10     ~7, $9
          9        CONCAT                                           ~11     ~10, '%3Ffph%3D'
         10        CONCAT                                           ~12     ~11, !1
         11        ASSIGN                                                   !3, ~12
         12      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.03 ms | 1394 KiB | 15 Q