3v4l.org

run code in 300+ PHP versions simultaneously
<?php $salt = 'df3f#sw.g'; $utm_source = 'unilead'; $utm_medium = 'affiliate'; $utm_campaign = 'test'; $utm_term = md5($utm_source.$utm_medium.$utm_campaign.$salt); echo 'http://www.shop.laroche-posay.ru/?utm_source='.$utm_source.'&utm_medium='.$utm_medium.'&utm_campaign='.$utm_campaign.'&utm_term='.$utm_term;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/QugXj
function name:  (null)
number of ops:  20
compiled vars:  !0 = $salt, !1 = $utm_source, !2 = $utm_medium, !3 = $utm_campaign, !4 = $utm_term
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'df3f%23sw.g'
    4     1        ASSIGN                                                   !1, 'unilead'
    5     2        ASSIGN                                                   !2, 'affiliate'
    6     3        ASSIGN                                                   !3, 'test'
    7     4        INIT_FCALL                                               'md5'
          5        CONCAT                                           ~9      !1, !2
          6        CONCAT                                           ~10     ~9, !3
          7        CONCAT                                           ~11     ~10, !0
          8        SEND_VAL                                                 ~11
          9        DO_ICALL                                         $12     
         10        ASSIGN                                                   !4, $12
    9    11        CONCAT                                           ~14     'http%3A%2F%2Fwww.shop.laroche-posay.ru%2F%3Futm_source%3D', !1
         12        CONCAT                                           ~15     ~14, '%26utm_medium%3D'
         13        CONCAT                                           ~16     ~15, !2
         14        CONCAT                                           ~17     ~16, '%26utm_campaign%3D'
         15        CONCAT                                           ~18     ~17, !3
         16        CONCAT                                           ~19     ~18, '%26utm_term%3D'
         17        CONCAT                                           ~20     ~19, !4
         18        ECHO                                                     ~20
         19      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.96 ms | 1395 KiB | 15 Q