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($password); ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/QDV6N
function name:  (null)
number of ops:  19
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        STRLEN                                           ~8      !0
         16        CONCAT                                           ~9      ~7, ~8
         17        ECHO                                                     ~9
    7    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
173.98 ms | 1394 KiB | 19 Q