3v4l.org

run code in 300+ PHP versions simultaneously
<?php $password = 19721972; $password = substr(md5($password), 0, 16); $password = base64_encode($password); echo $password . " | " . strlen("Y2ZjMmMwZTBlY2Y3ZDg1Zg=="); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/ULBNv
function name:  (null)
number of ops:  18
compiled vars:  !0 = $password
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   ASSIGN                                                   !0, 19721972
    3     1        INIT_FCALL                                               'substr'
          2        INIT_FCALL                                               'md5'
          3        SEND_VAR                                                 !0
          4        DO_ICALL                                         $2      
          5        SEND_VAR                                                 $2
          6        SEND_VAL                                                 0
          7        SEND_VAL                                                 16
          8        DO_ICALL                                         $3      
          9        ASSIGN                                                   !0, $3
    4    10        INIT_FCALL                                               'base64_encode'
         11        SEND_VAR                                                 !0
         12        DO_ICALL                                         $5      
         13        ASSIGN                                                   !0, $5
    6    14        CONCAT                                           ~7      !0, '+%7C+'
         15        CONCAT                                           ~8      ~7, '24'
         16        ECHO                                                     ~8
    8    17      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
156.73 ms | 1399 KiB | 19 Q