3v4l.org

run code in 300+ PHP versions simultaneously
<?php // Setting the variables. These will be dynamic variables once this is // actually integrated into the website. $name = "Jason+Chappell"; $email = "jzcrashedata@outlook.com"; $timestamp = gmdate("Y-m-d\TH:i:s\Z"); $phone = "4352100862"; $company = "VST+Support"; $data22 = $name & $email & $timestamp & $phone & $company; $hash = hash_hmac(md5, $data22, Hello);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/4hdpl
function name:  (null)
number of ops:  22
compiled vars:  !0 = $name, !1 = $email, !2 = $timestamp, !3 = $phone, !4 = $company, !5 = $data22, !6 = $hash
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    5     0  E >   ASSIGN                                                   !0, 'Jason%2BChappell'
    6     1        ASSIGN                                                   !1, 'jzcrashedata%40outlook.com'
    7     2        INIT_FCALL                                               'gmdate'
          3        SEND_VAL                                                 'Y-m-d%5CTH%3Ai%3As%5CZ'
          4        DO_ICALL                                         $9      
          5        ASSIGN                                                   !2, $9
    8     6        ASSIGN                                                   !3, '4352100862'
    9     7        ASSIGN                                                   !4, 'VST%2BSupport'
   10     8        BW_AND                                           ~13     !0, !1
          9        BW_AND                                           ~14     !2, ~13
         10        BW_AND                                           ~15     !3, ~14
         11        BW_AND                                           ~16     !4, ~15
         12        ASSIGN                                                   !5, ~16
   11    13        INIT_FCALL                                               'hash_hmac'
         14        FETCH_CONSTANT                                   ~18     'md5'
         15        SEND_VAL                                                 ~18
         16        SEND_VAR                                                 !5
         17        FETCH_CONSTANT                                   ~19     'Hello'
         18        SEND_VAL                                                 ~19
         19        DO_ICALL                                         $20     
         20        ASSIGN                                                   !6, $20
         21      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
163.03 ms | 1395 KiB | 17 Q