3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = 'test-server::7250406f7c43524545f794ff50dfd15b::name=%D0%98%D0%BD%D0%B5%D1%81%D1%81%D0%B0'; echo md5(urldecode($string)) . PHP_EOL . md5($string);
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/rK7fi
function name:  (null)
number of ops:  14
compiled vars:  !0 = $string
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 'test-server%3A%3A7250406f7c43524545f794ff50dfd15b%3A%3Aname%3D%25D0%2598%25D0%25BD%25D0%25B5%25D1%2581%25D1%2581%25D0%25B0'
    3     1        INIT_FCALL                                               'md5'
          2        INIT_FCALL                                               'urldecode'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $2      
          5        SEND_VAR                                                 $2
          6        DO_ICALL                                         $3      
          7        CONCAT                                           ~4      $3, '%0A'
          8        INIT_FCALL                                               'md5'
          9        SEND_VAR                                                 !0
         10        DO_ICALL                                         $5      
         11        CONCAT                                           ~6      ~4, $5
         12        ECHO                                                     ~6
         13      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
176.33 ms | 1394 KiB | 17 Q