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://laroche.virtualbg.ru/?utm_source='.$utm_source.'&utm_medium='.$utm_medium.'&utm_campaign='.$utm_campaign.'&utm_term='.$utm_term; echo '<br>'; $from = '1430191373'; $to = '1430291473'; $hash = md5($from.$to.$salt); echo 'http://laroche.virtualbg.ru/index.php/partner/unilead?date_from='.$from.'&date_to='.$to.'&hash='.$hash;
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/v4DfA
function name:  (null)
number of ops:  35
compiled vars:  !0 = $salt, !1 = $utm_source, !2 = $utm_medium, !3 = $utm_campaign, !4 = $utm_term, !5 = $from, !6 = $to, !7 = $hash
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                                           ~12     !1, !2
          6        CONCAT                                           ~13     ~12, !3
          7        CONCAT                                           ~14     ~13, !0
          8        SEND_VAL                                                 ~14
          9        DO_ICALL                                         $15     
         10        ASSIGN                                                   !4, $15
    9    11        CONCAT                                           ~17     'http%3A%2F%2Flaroche.virtualbg.ru%2F%3Futm_source%3D', !1
         12        CONCAT                                           ~18     ~17, '%26utm_medium%3D'
         13        CONCAT                                           ~19     ~18, !2
         14        CONCAT                                           ~20     ~19, '%26utm_campaign%3D'
         15        CONCAT                                           ~21     ~20, !3
         16        CONCAT                                           ~22     ~21, '%26utm_term%3D'
         17        CONCAT                                           ~23     ~22, !4
         18        ECHO                                                     ~23
   10    19        ECHO                                                     '%3Cbr%3E'
   12    20        ASSIGN                                                   !5, '1430191373'
   13    21        ASSIGN                                                   !6, '1430291473'
   14    22        INIT_FCALL                                               'md5'
         23        CONCAT                                           ~26     !5, !6
         24        CONCAT                                           ~27     ~26, !0
         25        SEND_VAL                                                 ~27
         26        DO_ICALL                                         $28     
         27        ASSIGN                                                   !7, $28
   16    28        CONCAT                                           ~30     'http%3A%2F%2Flaroche.virtualbg.ru%2Findex.php%2Fpartner%2Funilead%3Fdate_from%3D', !5
         29        CONCAT                                           ~31     ~30, '%26date_to%3D'
         30        CONCAT                                           ~32     ~31, !6
         31        CONCAT                                           ~33     ~32, '%26hash%3D'
         32        CONCAT                                           ~34     ~33, !7
         33        ECHO                                                     ~34
         34      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
159.39 ms | 1388 KiB | 15 Q